Module Volgo_hg_unix.Runtime

type t
include Volgo_hg_backend.Runtime.S with type t := t

I/O

include Volgo.Vcs.Trait.File_system.S with type t := t
val load_file : t -> path:Fpath_sexp0.Absolute_path.t -> (string, Err.t) Stdlib.Result.t
val save_file : t -> ?perms:int -> unit -> path:Fpath_sexp0.Absolute_path.t -> file_contents:string -> (unit, Err.t) Stdlib.Result.t
val read_dir : t -> dir:Fpath_sexp0.Absolute_path.t -> (Fpath_sexp0.Fsegment.t list, Err.t) Stdlib.Result.t

Running the git command line

include Volgo.Vcs.Trait.Hg.S with type t := t
val hg : ?env:string array -> t -> cwd:Fpath_sexp0.Absolute_path.t -> args:string list -> f:(Volgo__.Hg.Output.t -> ('a, Err.t) Stdlib.Result.t) -> ('a, Err.t) Stdlib.Result.t
val create : unit -> t