( )⚙ D11790 dirstate: stop gathering parentfiledata in update_file_p1

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: stop gathering parentfiledata in update_file_p1
ClosedPublic

Authored by marmoute on Nov 24 2021, 6:12 AM.

Details

Summary

Gathering information here assume that they are valid cache information for a
clean file. It is true most of the time, but not garanteed.

So we drop this and will let the next hg status call record actual information.

Diff Detail

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

Event Timeline

marmoute created this revision.Nov 24 2021, 6:12 AM
Alphare accepted this revision.Nov 24 2021, 8:40 AM
This revision is now accepted and ready to land.Nov 24 2021, 8:40 AM