package hg_lib

  1. Overview
  2. Docs
A library that wraps the Mercurial command line interface

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=2b7ec89fea70243afe99e6756268c59a76a600ab8db573c64efbe305485acf94

doc/src/hg_lib.open/open_hg_lib.ml.html

Source file open_hg_lib.ml

1
2
3
4
5
6
7
8
9
10
11
module Command_server = Command_server
module Hg = Hg
include Hg_private.Public

(** The string that represents the tip revision. *)
let tip = "tip"

module Expert = struct
  module Hg_lib_factory = Hg_lib_factory
  module Hg_private = Hg_private
end
OCaml

Innovation. Community. Security.