# HG changeset patch # User Martin von Zweigbergk # Date 1547241139 28800 # Node ID 4c5864dad8b04ed14686d97f31f9cfeb6827a240 # Parent dd97354b8891affba5f84ab997577199ebcf4ede tags: join string that's unnecessarily split across lines Differential Revision: https://phab.mercurial-scm.org/D5574 diff -r dd97354b8891 -r 4c5864dad8b0 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