mercurial/changegroup.py
changeset 32268 24f55686a63d
parent 32267 c2380b448265
child 32287 df3cf9422e1b
--- a/mercurial/changegroup.py	Tue May 02 22:27:44 2017 +0200
+++ b/mercurial/changegroup.py	Tue May 02 18:57:52 2017 +0200
@@ -20,7 +20,6 @@
 )
 
 from . import (
-    branchmap,
     dagutil,
     discovery,
     error,
@@ -404,12 +403,6 @@
                     phases.retractboundary(repo, tr, targetphase, added)
 
                 if changesets > 0:
-                    if srctype != 'strip':
-                        # During strip, branchcache is invalid but
-                        # coming call to `destroyed` will repair it.
-                        # In other case we can safely update cache on
-                        # disk.
-                        branchmap.updatecache(repo.filtered('served'))
 
                     def runhooks():
                         # These hooks run when the lock releases, not when the