# HG changeset patch # User Pulkit Goyal # Date 2019-02-05 18:29:55 # Node ID 9b4a142a2035b409c645ca1496c15c65f1c494ac # Parent f9ad1b65d3c390ef04ee8f110c0a8a838241e97c py3: use '%d' for integers instead of '%s' I think this is the last of these occurences because I have got the test passing on python3 in a later patch. Differential Revision: https://phab.mercurial-scm.org/D5862 diff --git a/hgext/convert/monotone.py b/hgext/convert/monotone.py --- a/hgext/convert/monotone.py +++ b/hgext/convert/monotone.py @@ -154,7 +154,7 @@ class monotone_source(common.converter_s retval = [] while True: commandnbr, stream, length, output = self.mtnstdioreadpacket() - self.ui.debug('mtn: read packet %s:%s:%s\n' % + self.ui.debug('mtn: read packet %s:%s:%d\n' % (commandnbr, stream, length)) if stream == 'l':