Vcs.Name_status
module Change : sig ... end
module Changed : sig ... end
type t = Change.t Base.list
include module type of Vcs.Name_status
with type t := t
and module Change := Vcs.Name_status.Change
and module Changed := Vcs.Name_status.Changed
val sexp_of_t : t -> Sexplib0.Sexp.t
Returns the set of files that are involved by the changes, that are also present at src
or dst
respectively.
val files : t -> Base.Set.M(Vcs_base__.Path_in_repo).t
val files_at_src : t -> Base.Set.M(Vcs_base__.Path_in_repo).t
val files_at_dst : t -> Base.Set.M(Vcs_base__.Path_in_repo).t