package hg_lib

  1. Overview
  2. Docs

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.