This is an archive of the discontinued Mercurial Phabricator instance.

repair: drop unnecessary phase cache invalidation
AbandonedPublic

Authored by martinvonz on Jan 16 2018, 2:32 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

After stripping the revlogs, we have been invalidating the phase cache
since bf7b8157c483. Later, in 8e3021fd1a44, I added a call to
phasecache.filterunknown(). I apparently didn't realize it then, but I
now think that that call made the existing phasecache.invalidate()
call unnecessary, so this patch drops it. Both the test added in
bf7b8157c483 and the entire evolve extension test suite indeed still
pass.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Jan 16 2018, 2:32 AM
martinvonz abandoned this revision.Jan 16 2018, 2:34 AM