##// END OF EJS Templates
rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs...
rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs This will enable the tree-based DirstateMap to not always have an actual DirstateEntry in memory for all nodes, but construct it on demand. Differential Revision: https://phab.mercurial-scm.org/D10746
Simon Sapin -
r48123:4ee9f419 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-cpython / src / dirstate
copymap.rs Loading ...
dirs_multiset.rs Loading ...
dirstate_map.rs Loading ...
dispatch.rs Loading ...
non_normal_entries.rs Loading ...
owning.rs Loading ...
status.rs Loading ...