##// END OF EJS Templates
rhg: Reuse manifest when checking status of multiple ambiguous files...
rhg: Reuse manifest when checking status of multiple ambiguous files When `rhg status` cannot determine whether a file is clean based on mtime and size alone, it needs to compare its contents with those found in the parent commit. Previously, rhg would find the (same) manifest of that commit again for every such file. This is lifted out of the loop and reused. Differential Revision: https://phab.mercurial-scm.org/D11411

File last commit:

r48766:4afd6cc4 default
r48778:796206e7 default
Show More
dirstate_tree.rs
7 lines | 138 B | application/rls-services+xml | RustLexer
pub mod dirstate_map;
pub mod dispatch;
pub mod on_disk;
pub mod owning;
mod owning_dispatch;
pub mod path_with_basename;
pub mod status;