D4894: py3: use '%f' for floats instead of '%s'

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Oct 5 18:09:13 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG2e9378f62232: py3: use '%f' for floats instead of '%s' (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4894?vs=11713&id=11718

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

AFFECTED FILES
  mercurial/copies.py

CHANGE DETAILS

diff --git a/mercurial/copies.py b/mercurial/copies.py
--- a/mercurial/copies.py
+++ b/mercurial/copies.py
@@ -212,7 +212,7 @@
                 dbg('debug.copies:          rename of: %s\n' % ofctx._path)
             cm[f] = ofctx.path()
         if debug:
-            dbg('debug.copies:          time: %s seconds\n'
+            dbg('debug.copies:          time: %f seconds\n'
                 % (util.timer() - start))
     return cm
 



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


More information about the Mercurial-devel mailing list