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/hg_lib.open/Open_hg_lib/File_status/index.html

Module Open_hg_lib.File_statusSource

Sourcetype t =
  1. | Modified of string
  2. | Added of string
  3. | Removed of string
  4. | Copied of {
    1. src : string;
    2. dst : [ `New_file of string | `Overwritten of string ];
    }
  5. | Missing of string
  6. | Not_tracked of string
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.