( )⚙ D11501 dirstate: simplify the ambiguity clearing at write time

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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

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.