author | Martin von Zweigbergk <martinvonz@google.com> |
Fri, 11 Jan 2019 13:12:19 -0800 | |
changeset 41194 | 4c5864dad8b0 |
parent 41193 | dd97354b8891 |
child 41195 | c339a01acd9a |
mercurial/tags.py | file | annotate | diff | comparison | revisions |
--- 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