Module Vcs.LogSource

A log is a complete listing of the structure of the dag.

It contains all the commits, along with the parents of each commit.

Sourcemodule Line : sig ... end
Sourcetype t = Line.t list
Sourceval to_dyn : t -> Volgo_stdlib.Dyn.t
Sourceval sexp_of_t : t -> Volgo_stdlib.Sexp.t
Sourceval equal : t -> t -> bool

Accessors

Sourceval roots : t -> Rev.t list

Return the list of all init commits.