##// END OF EJS Templates
dirstatemap: add a common `_drop_entry` method for dirstatemap...
dirstatemap: add a common `_drop_entry` method for dirstatemap This method is called to remove DirstateItem from the map. Each variant have a different implementation (which is … the point). Differential Revision: https://phab.mercurial-scm.org/D11577

File last commit:

r48883:3d0a9c6e default
r48944:c057d7c9 default
Show More
dirstate_tree.rs
5 lines | 99 B | application/rls-services+xml | RustLexer
pub mod dirstate_map;
pub mod on_disk;
pub mod owning;
pub mod path_with_basename;
pub mod status;