This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-v2: Change the representation of negative directory mtime
AbandonedPublic

Authored by SimonSapin on Oct 11 2021, 4:31 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

Change it from how I previously thought C’s timespec works
to how it actually works. See code comments.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

SimonSapin created this revision.Oct 11 2021, 4:31 PM
SimonSapin abandoned this revision.Oct 12 2021, 7:56 AM

Resubmitted as D11629 because phabsend errors with abort: Conduit Error (ERR-CONDUIT-CORE): Graph cycle detected when swapping the order of two existing patches.

Resubmitted as D11629 because phabsend errors with abort: Conduit Error (ERR-CONDUIT-CORE): Graph cycle detected when swapping the order of two existing patches.

FYI, a workaround is to remove the relationships first and then add them back in the order you want.