D5574: tags: join string that's unnecessarily split across lines

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Jan 11 21:31:25 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG4c5864dad8b0: tags: join string that's unnecessarily split across lines (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5574?vs=13181&id=13187

REVISION DETAIL
  https://phab.mercurial-scm.org/D5574

AFFECTED FILES
  mercurial/tags.py

CHANGE DETAILS

diff --git a/mercurial/tags.py b/mercurial/tags.py
--- a/mercurial/tags.py
+++ b/mercurial/tags.py
@@ -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
 



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list