mercurial/copies.py
changeset 40076 2e9378f62232
parent 40058 cf01616f8d96
child 40448 873f3682c8af
--- a/mercurial/copies.py	Fri Oct 05 22:52:24 2018 +0300
+++ b/mercurial/copies.py	Fri Oct 05 23:31:51 2018 +0300
@@ -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