Module Platform_repo.Vcs_kind

Some platform support hosting Mercurial repositories. We use this type to distinguish.

Note that some combinations of values are meaningless. For example, there are no Mercurial repository on GitHub.

type t =
  1. | Git
  2. | Hg
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list