mercurial/branchmap.py
changeset 41839 38de3300414f
parent 41808 8ad46ac6728e
child 42001 624d6683c705
equal deleted inserted replaced
41838:dcbb1b4dc93a 41839:38de3300414f
   358                     self.tiprev = tiprev
   358                     self.tiprev = tiprev
   359         self.filteredhash = scmutil.filteredhash(repo, self.tiprev)
   359         self.filteredhash = scmutil.filteredhash(repo, self.tiprev)
   360 
   360 
   361         duration = util.timer() - starttime
   361         duration = util.timer() - starttime
   362         repo.ui.log('branchcache', 'updated %s branch cache in %.4f seconds\n',
   362         repo.ui.log('branchcache', 'updated %s branch cache in %.4f seconds\n',
   363                     repo.filtername, duration)
   363                     repo.filtername or b'None', duration)
   364 
   364 
   365         self.write(repo)
   365         self.write(repo)
   366 
   366 
   367 
   367 
   368 class remotebranchcache(branchcache):
   368 class remotebranchcache(branchcache):