This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: simplify the ambiguity clearing at write time
ClosedPublic

Authored by SimonSapin on Sep 28 2021, 3:53 PM.

Details

Summary

The serialization function is already doing this, so we don't need to do it
manually. We just need to propagate the right definition of "now".

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

SimonSapin created this revision.Sep 28 2021, 3:53 PM
Alphare accepted this revision.Sep 29 2021, 4:19 AM
This revision is now accepted and ready to land.Sep 29 2021, 4:19 AM
This revision was automatically updated to reflect the committed changes.