Submitter | phabricator |
---|---|
Date | Feb. 5, 2019, 10:45 p.m. |
Message ID | <47aa09579e3d15301890626224428729@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38456/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 @@ 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':