Module Vcs.Mock_rev_gen

Creating mock revisions for use in expect tests.

type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : name:string -> t
val next : t -> Rev.t

This is the main function provided by the module. Given a state, return a Vcs.Rev.t that will be deterministic given the number of times next has been called on that generator.