##// END OF EJS Templates
rust-nodemap: NodeMap trait with simplest implementation...
rust-nodemap: NodeMap trait with simplest implementation We're defining here only a small part of the immutable methods it will have at the end. This is so we can focus in the following changesets on the needed abstractions for a mutable append-only serializable version. The first implementor exposes the actual lookup algorithm in its simplest form. It will have to be expanded to account for the missing methods, and the special cases related to NULL_NODE. Differential Revision: https://phab.mercurial-scm.org/D7791
Georges Racinet -
r44644:e52401a9 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / dirstate
dirs_multiset.rs Loading ...
dirstate_map.rs Loading ...
parsers.rs Loading ...
status.rs Loading ...