##// END OF EJS Templates
copies-rust: combine the iteration over remove and copies into one...
copies-rust: combine the iteration over remove and copies into one In the underlying data, the copies information and the removal information are interleaved. And in the consumer code, the consumption could be interleaved too. So, we make the processing closer to the underlying data by fusing the two iterators into one. Later, we will directly consume the underlying data and that logic to combine the two iterators will be unnecessary. Differential Revision: https://phab.mercurial-scm.org/D9304
marmoute -
r46587:ed0e1339 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / dirstate
dirstate_tree
dirs_multiset.rs Loading ...
dirstate_map.rs Loading ...
dirstate_tree.rs Loading ...
parsers.rs Loading ...
status.rs Loading ...