mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 15:16:35 +00:00
5a0931885d
This iterator will be used to merge neighbor commit ids across segments. resolve_prefix() is simplified to non-short-circuiting loop. I think that's fine because visiting parents is cheap, and the costly operation here is segment_resolve_prefix(). entry_by_pos() could also be migrated to iterator, but I leave the unsafe bits there. |
||
---|---|---|
.. | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |