Name_status.Changed
type t = Vcs.Name_status.Changed.t =
| Between of {
src : Vcs.Rev.t;
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