Module Name_status.Changed

type t = Vcs.Name_status.Changed.t =
  1. | Between of {
    1. src : Vcs.Rev.t;
    2. dst : Vcs.Rev.t;
    }
include module type of Vcs.Name_status.Changed with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool