hg_lib.open
Open_hg_lib.File_status
type t =
| Modified of string
| Added of string
| Removed of string
| Copied of {
src : string;
dst : [ `New_file of string | `Overwritten of string ];
}
| Missing of string
| Not_tracked of string
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t