mercurial/tags.py
changeset 41194 4c5864dad8b0
parent 37087 f0b6fbea00cf
child 41687 0531dff73d0b
--- a/mercurial/tags.py	Fri Jan 11 13:11:49 2019 -0800
+++ b/mercurial/tags.py	Fri Jan 11 13:12:19 2019 -0800
@@ -481,8 +481,7 @@
 
     duration = util.timer() - starttime
     ui.log('tagscache',
-           '%d/%d cache hits/lookups in %0.4f '
-           'seconds\n',
+           '%d/%d cache hits/lookups in %0.4f seconds\n',
            fnodescache.hitcount, fnodescache.lookupcount, duration)
     return cachefnode