Volgo_hg_unix.Impl
The implementation of the backend is exported for convenience and tests. Casual users should prefer using Vcs
directly.
type t = Runtime.t
class c : t -> Volgo_hg_backend.Trait.t
module Add : Volgo.Vcs.Trait.Add.S with type t = t
module Commit : Volgo.Vcs.Trait.Commit.S with type t = t
module File_system : Volgo.Vcs.Trait.File_system.S with type t = t
module Hg : Volgo.Vcs.Trait.Hg.S with type t = t
module Init : Volgo.Vcs.Trait.Init.S with type t = t
module Ls_files : Volgo.Vcs.Trait.Ls_files.S with type t = t
module Rev_parse : Volgo.Vcs.Trait.Rev_parse.S with type t = t