changeset 36423 | 2831d918e1b4 |
parent 36202 | 707aba4d48b5 |
child 38417 | 6bd9f18d31a8 |
--- a/mercurial/progress.py Sun Feb 25 23:08:41 2018 -0500 +++ b/mercurial/progress.py Sun Feb 25 23:09:07 2018 -0500 @@ -121,7 +121,7 @@ if total: add = b'%*d/%d' % (len(str(total)), pos, total) else: - add = str(pos) + add = b'%d' % pos elif indicator.startswith('item') and item: slice = 'end' if '-' in indicator: