mercurial/localrepo.py
changeset 32267 c2380b448265
parent 32266 2b6692df1bdf
child 32291 bd872f64a8ba
--- a/mercurial/localrepo.py	Tue May 02 18:56:07 2017 +0200
+++ b/mercurial/localrepo.py	Tue May 02 22:27:44 2017 +0200
@@ -1246,6 +1246,7 @@
 
         if tr is None or tr.changes['revs']:
             # updating the unfiltered branchmap should refresh all the others,
+            self.ui.debug('updating the branch cache\n')
             branchmap.updatecache(self.filtered('served'))
 
     def invalidatecaches(self):