package hg_lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

hg_lib-v0.16.0.tar.gz
sha256=ee53cd5759f097c0d19da0ba413b3246acd485fe47bd70fd47694a309d5d9453

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
12

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.