Skip to content
Snippets Groups Projects
Commit 0ef8231e authored by Simon Sapin's avatar Simon Sapin
Browse files

dirstate-v2: Store a hash of ignore patterns (.hgignore)

Later, this help extend `read_dir` caching to directories that contain ignored
files (but no unknown files). Such cache must be invalidated when ignore patterns
change since a formerly-ignored file might become unknown.

This helps the default configuration of `hg status` where unknown files must
be listed, but ignored files are not.

Differential Revision: https://phab.mercurial-scm.org/D10836
parent 7954ee2d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment