jj/lib
Martin von Zweigbergk df53871daf repo: extract a type for loading the repo in two stages
We'll want to be able to load the repo at a given operation without
first loading the head operation as we do today. This patch introduces
a struct for keeping the state of a half-loaded repo. In that
half-loaded state, the store and the op-store have been loaded, but
the view has not yet been loaded. That makes it possible for callers
to use the loaded op-store for looking up an operation to load the
view at.
2021-03-06 09:52:10 -08:00
..
protos view: add tracking of "public" heads (copying Mercurial's phase concept) 2021-01-16 11:48:35 -08:00
src repo: extract a type for loading the repo in two stages 2021-03-06 09:52:10 -08:00
tests cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
build.rs
Cargo.toml cargo: release 0.1.1 2021-01-03 23:06:46 -08:00