mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-02 18:01:05 +00:00
e81890b319
When deciding the order to visit commits to rebase, we currently look up parents in the index. I'm trying to remove the current `IndexEntry` type and will probably have revsets iterators yield simply `CommitId`. Let's therefore look up commit objects here. I timed this by rewriting all commits in the jj repo. I couldn't measure any difference. That makes sense since we cache the commits in `Store` and we would read the commit when rebasing it anyway. |
||
---|---|---|
.. | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |