Name_status.Changetype t = Volgo.Vcs.Name_status.Change.t = | Added of Volgo.Vcs.Path_in_repo.t| Removed of Volgo.Vcs.Path_in_repo.t| Modified of Volgo.Vcs.Path_in_repo.t| Copied of {src : Volgo.Vcs.Path_in_repo.t;dst : Volgo.Vcs.Path_in_repo.t;similarity : Base.int;}| Renamed of {src : Volgo.Vcs.Path_in_repo.t;dst : Volgo.Vcs.Path_in_repo.t;similarity : Base.int;}include module type of Volgo.Vcs.Name_status.Change with type t := tval sexp_of_t : t -> Volgo_stdlib.Sexp.tval to_dyn : t -> Volgo_stdlib.Dyn.t