Submitter | phabricator |
---|---|
Date | Jan. 16, 2018, 8:15 p.m. |
Message ID | <differential-rev-PHID-DREV-ohfzrpmcl7oy6ctukbe3-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26793/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/repair.py b/mercurial/repair.py --- a/mercurial/repair.py +++ b/mercurial/repair.py @@ -222,8 +222,6 @@ if not repo.ui.verbose: repo.ui.popbuffer() f.close() - repo._phasecache.invalidate() - with repo.transaction('repair') as tr: bmchanges = [(m, repo[newbmtarget].node()) for m in updatebm]