##// END OF EJS Templates
py3: convert filtername to str if it's None...
Pulkit Goyal -
r42005:38de3300 default
parent child Browse files
Show More
@@ -360,7 +360,7 b' class branchcache(dict):'
360 360
361 361 duration = util.timer() - starttime
362 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 365 self.write(repo)
366 366
General Comments 0
You need to be logged in to leave comments. Login now