Mercurial > hg-stable
changeset 39635:2aa12d7fcb4f
py3: use "%f" for floats instead of "%s"
Differential Revision: https://phab.mercurial-scm.org/D4592
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sat, 15 Sep 2018 00:17:56 +0300 |
parents | 2f40bcebad30 |
children | b220851999b5 |
files | hgext/convert/monotone.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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