##// END OF EJS Templates
tags: join string that's unnecessarily split across lines...
Martin von Zweigbergk -
r41230:4c5864da default
parent child Browse files
Show More
@@ -481,8 +481,7 b' def _getfnodes(ui, repo, nodes):'
481
481
482 duration = util.timer() - starttime
482 duration = util.timer() - starttime
483 ui.log('tagscache',
483 ui.log('tagscache',
484 '%d/%d cache hits/lookups in %0.4f '
484 '%d/%d cache hits/lookups in %0.4f seconds\n',
485 'seconds\n',
486 fnodescache.hitcount, fnodescache.lookupcount, duration)
485 fnodescache.hitcount, fnodescache.lookupcount, duration)
487 return cachefnode
486 return cachefnode
488
487
General Comments 0
You need to be logged in to leave comments. Login now