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

2019-01-11 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG4c5864dad8b0: tags: join string thats unnecessarily 
split across lines (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5574?vs=13181=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
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


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

2019-01-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

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
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel