jj/lib
Martin von Zweigbergk 1f593a4193 view: create helper for enforcing view's invariants
The only invariant we currently enforce is that the set of heads does
not include any ancestors of other commits in the set. I'm about to
make sure that we don't end up with dangling git refs (pointing to
commits no reachable from the heads). It will be useful to have a
single place to enforce that since we'll need to do the same thing
after updating the view as after merging views.
2021-01-16 10:35:46 -08:00
..
protos view: start tracking git refs 2021-01-10 20:13:22 -08:00
src view: create helper for enforcing view's invariants 2021-01-16 10:35:46 -08:00
tests view: make remove_head() not add parents as heads 2021-01-15 01:08:05 -08:00
build.rs protobuf: generate code at build-time 2020-12-24 01:05:17 -08:00
Cargo.toml cargo: release 0.1.1 2021-01-03 23:06:46 -08:00