This is an archive of the discontinued Mercurial Phabricator instance.

hiddenoverride: in memory/disc out of sync fix
ClosedPublic

Authored by felixmerk on Jul 19 2017, 5:31 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX494360d6e3ef: hiddenoverride: in memory/disc out of sync fix
Summary

Before, out of syncness of in memory state and on disc state caused certain
commands to (appear to) perform repo changes after they had returned. This
broke hg undo. This change fixes this by using the in memory state.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

felixmerk created this revision.Jul 19 2017, 5:31 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptJul 19 2017, 5:31 PM
quark accepted this revision.Jul 19 2017, 6:59 PM
This revision is now accepted and ready to land.Jul 19 2017, 6:59 PM
This revision was automatically updated to reflect the committed changes.