This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: drop the `_updatedfiles` set
ClosedPublic

Authored by SimonSapin on Sep 28 2021, 3:53 PM.

Details

Summary

This is a lot of book keeping for something that was only used to clear
ambiguous time. Since this is no no longer in use, we can drop it.

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

SimonSapin created this revision.Sep 28 2021, 3:53 PM
Alphare accepted this revision.Sep 29 2021, 4:21 AM
This revision is now accepted and ready to land.Sep 29 2021, 4:21 AM
This revision was automatically updated to reflect the committed changes.