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
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.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