Module 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

Individual implementations

module Add : Volgo.Vcs.Trait.Add.S with type t = t
module Commit : Volgo.Vcs.Trait.Commit.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