py3: use "%f" for floats instead of "%s"
authorPulkit Goyal <pulkit@yandex-team.ru>
Sat, 15 Sep 2018 00:17:56 +0300
changeset 39619 2aa12d7fcb4f
parent 39618 2f40bcebad30
child 39620 b220851999b5
py3: use "%f" for floats instead of "%s" Differential Revision: https://phab.mercurial-scm.org/D4592
hgext/convert/monotone.py
--- a/hgext/convert/monotone.py	Sat Sep 15 00:01:52 2018 +0300
+++ b/hgext/convert/monotone.py	Sat Sep 15 00:17:56 2018 +0300
@@ -345,7 +345,7 @@
 
         if version >= 12.0:
             self.automatestdio = True
-            self.ui.debug("mtn automate version %s - using automate stdio\n" %
+            self.ui.debug("mtn automate version %f - using automate stdio\n" %
                 version)
 
             # launch the long-running automate stdio process