##// END OF EJS Templates
dirstate-tree: Add "non normal" and "from other parent" sets...
dirstate-tree: Add "non normal" and "from other parent" sets Unlike the other DirstateMap implementation, these sets are not materialized separately in memory. Instead we traverse the main tree. Differential Revision: https://phab.mercurial-scm.org/D10492

File last commit:

r47866:3c11c24b default
r47878:e3cebe96 default
Show More
dirstate_tree.rs
3 lines | 68 B | application/rls-services+xml | RustLexer
pub mod dirstate_map;
pub mod dispatch;
pub mod path_with_basename;