equal
deleted
inserted
replaced
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): |