This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: narrow gathering of parent data
ClosedPublic

Authored by marmoute on Oct 2 2021, 8:25 PM.

Details

Summary

The parent data are only going to be useful is the file might be clean. And it
might only be clean if it is tracked in both p1 and the working copy.

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 2 2021, 8:25 PM
Alphare accepted this revision.Oct 3 2021, 5:09 PM
This revision is now accepted and ready to land.Oct 3 2021, 5:09 PM
This revision was automatically updated to reflect the committed changes.