# HG changeset patch # User Pulkit Goyal # Date 1549391395 -10800 # 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 -r f9ad1b65d3c3 -r 9b4a142a2035 hgext/convert/monotone.py --- a/hgext/convert/monotone.py Tue Feb 05 21:17:46 2019 +0300 +++ b/hgext/convert/monotone.py Tue Feb 05 21:29:55 2019 +0300 @@ -154,7 +154,7 @@ 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':