Right now, we don't record ignored or unknown files in the dirstate. However
the structure would allow it. So we introduce two flags that can be used to
clarify whether all unknown/ignored children are recorded or not. This will
allow for more information to be stored in the future if this end up being
relevant.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGdfc5a505ddc5: dirstate-v2: adds two flag to track the presence of some unrecorded files
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Aside from my one comment, the commit message should say "whether unknown/ignored children are recorded or not"
mercurial/cext/util.h | ||
---|---|---|
44 | This should be dirstate_flag_all_ignored_recorded |
This should be dirstate_flag_all_ignored_recorded