##// END OF EJS Templates
dirstate-tree: Add the new `status()` algorithm...
dirstate-tree: Add the new `status()` algorithm With the dirstate organized in a tree that mirrors the structure of the filesystem tree, we can traverse both trees at the same time in order to compare them. This is hopefully more efficient that building multiple big hashmaps for all of the repository’s contents. Differential Revision: https://phab.mercurial-scm.org/D10547

File last commit:

r47882:d5956136 default
r47883:be579775 default
Show More
dirstate_tree.rs
4 lines | 80 B | application/rls-services+xml | RustLexer
pub mod dirstate_map;
pub mod dispatch;
pub mod path_with_basename;
mod status;