( )⚙ D11700 dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flags

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flags
ClosedPublic

Authored by marmoute on Oct 19 2021, 6:03 PM.

Details

Summary

This flag will let us use more mtime value in the future. For now we have a
minimal handling of the flag at read time, but we will never put ourself in a
situation where we will needs to writes it.

See the flag documentation for details.

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

marmoute created this revision.Oct 19 2021, 6:03 PM
Alphare accepted this revision.Oct 20 2021, 4:35 AM
This revision is now accepted and ready to land.Oct 20 2021, 4:35 AM
This revision was automatically updated to reflect the committed changes.