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
--- 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':