D1864: repair: drop unnecessary phase cache invalidation

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu Jan 18 08:41:38 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG5748f404dad3: repair: drop unnecessary phase cache invalidation (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1864?vs=4839&id=4895

REVISION DETAIL
  https://phab.mercurial-scm.org/D1864

AFFECTED FILES
  mercurial/repair.py

CHANGE DETAILS

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]



To: martinvonz, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list