( )⚙ D11584 dirstate: narrow gathering of parent data

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

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.