changeset 41194:4c5864dad8b0

tags: join string that's unnecessarily split across lines Differential Revision: https://phab.mercurial-scm.org/D5574
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 11 Jan 2019 13:12:19 -0800
parents dd97354b8891
children c339a01acd9a
files mercurial/tags.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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