tags: join string that's unnecessarily split across lines
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 11 Jan 2019 13:12:19 -0800
changeset 41194 4c5864dad8b0
parent 41193 dd97354b8891
child 41195 c339a01acd9a
tags: join string that's unnecessarily split across lines Differential Revision: https://phab.mercurial-scm.org/D5574
mercurial/tags.py
--- 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