mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 03:22:59 +00:00
4187847c60
All intermediate nodes are changed to RevWalk of Result<IndexPosition, _> type to pass BackendError around from filter predicates. Leaf ancestors/descendants computation is unchanged, and mapped to Result at revset_engine layer. This is simpler than converting all RevWalk impls to Result<_, _>. |
||
---|---|---|
.. | ||
composite.rs | ||
entry.rs | ||
mod.rs | ||
mutable.rs | ||
readonly.rs | ||
rev_walk.rs | ||
revset_engine.rs | ||
revset_graph_iterator.rs | ||
store.rs |