[Updated] D11682: dirstate-v2: adds two flag to track the presence of some unrecorded files
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Tue Oct 19 07:58:10 UTC 2021
This revision now requires changes to proceed.
Alphare added a comment.
Alphare requested changes to this revision.
Aside from my one comment, the commit message should say "whether unknown/ignored children are recorded or not"
INLINE COMMENTS
> util.h:44
> +static const int dirstate_flag_all_unknown_recorded = 1 << 9;
> +static const int dirstate_flag_unrecorded_ignored = 1 << 10;
>
This should be `dirstate_flag_all_ignored_recorded`
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11682/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11682
To: marmoute, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211019/4aa998da/attachment-0002.html>
More information about the Mercurial-patches
mailing list