Vcs.Name_statusmodule Change : sig ... endmodule Changed : sig ... endtype t = Change.t Base.listinclude module type of Volgo.Vcs.Name_status
with type t := t
and module Change := Volgo.Vcs.Name_status.Change
and module Changed := Volgo.Vcs.Name_status.Changedval sexp_of_t : t -> Sexplib0.Sexp.tReturns 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(Volgo_base__.Path_in_repo).tval files_at_src : t -> Base.Set.M(Volgo_base__.Path_in_repo).tval files_at_dst : t -> Base.Set.M(Volgo_base__.Path_in_repo).t