package hg_lib

  1. Overview
  2. Docs

Module Open_hg_lib.Changeset_infoSource

Sourcetype t = {
  1. node : Open_hg_lib__.Hg_private.Node.Public.t;
  2. parents : [ `Zero | `One of Open_hg_lib__.Hg_private.Node.Public.t | `Two of Open_hg_lib__.Hg_private.Node.Public.t * Open_hg_lib__.Hg_private.Node.Public.t ];
  3. author : string;
  4. time : Open_hg_lib__.Hg_private.Time.t;
  5. tags : string list;
  6. description : string;
  7. files : [ `Omitted | `Files of string list ];
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval files : t -> [ `Files of string list | `Omitted ]
Sourceval description : t -> string
Sourceval tags : t -> string list
Sourceval time : t -> Open_hg_lib__.Hg_private.Time.t
Sourceval author : t -> string
Sourceval parents : t -> [ `One of Open_hg_lib__.Hg_private.Node.Public.t | `Two of Open_hg_lib__.Hg_private.Node.Public.t * Open_hg_lib__.Hg_private.Node.Public.t | `Zero ]
Sourceval node : t -> Open_hg_lib__.Hg_private.Node.Public.t
Sourceval compare : t -> t -> int
Sourceval to_hg_style_string : t -> string
OCaml

Innovation. Community. Security.