changeset 43080 | 86e4daa2d54c |
parent 43077 | 687b865b95ad |
child 43115 | 4aa72cdf616f |
--- a/mercurial/bundle2.py Sun Oct 06 10:10:14 2019 -0400 +++ b/mercurial/bundle2.py Sun Oct 06 10:51:16 2019 -0400 @@ -2388,7 +2388,7 @@ tr = op.gettransaction() markerdata = inpart.read() if op.ui.config(b'experimental', b'obsmarkers-exchange-debug'): - op.ui.write( + op.ui.writenoi18n( b'obsmarker-exchange: %i bytes received\n' % len(markerdata) ) # The mergemarkers call will crash if marker creation is not enabled.