jj/lib
Martin von Zweigbergk 37cf6a8395 transaction: don't walk to root when adding on top of non-head
I don't know why I made the walk stop at heads instead of indexed
commits before. Perhaps I did it because it's cheap to check in the
set of head. However, it gets very expensive to walk all the way back
to the root if the parents are not in the set of heads.
2021-02-15 10:28:18 -08:00
..
protos
src transaction: don't walk to root when adding on top of non-head 2021-02-15 10:28:18 -08:00
tests
build.rs
Cargo.toml