Module Hg_private.File_status
include module type of struct include Public end
type t = Public.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