dirstate-v2: adjust the meaning of directory flags
Tracking directory "explicitly" give use the opportunity to distinct between entry that are untracked because they are part of the directory structure and entry that are ignored/unknown files on the files system. The help is adjusted to the new semantic and the code now comply to it for both read and write. Differential Revision: https://phab.mercurial-scm.org/D11694
Showing
- mercurial/cext/parsers.c 10 additions, 10 deletionsmercurial/cext/parsers.c
- mercurial/cext/util.h 2 additions, 2 deletionsmercurial/cext/util.h
- mercurial/dirstateutils/v2.py 5 additions, 2 deletionsmercurial/dirstateutils/v2.py
- mercurial/helptext/internals/dirstate-v2.txt 38 additions, 30 deletionsmercurial/helptext/internals/dirstate-v2.txt
- mercurial/pure/parsers.py 4 additions, 4 deletionsmercurial/pure/parsers.py
- rust/hg-core/src/dirstate_tree/on_disk.rs 14 additions, 14 deletionsrust/hg-core/src/dirstate_tree/on_disk.rs
Loading
Please register or sign in to comment