Show More
@@ -1471,7 +1471,7 b' def handlecheckheads(op, inpart):' | |||
|
1471 | 1471 | def handleoutput(op, inpart): |
|
1472 | 1472 | """forward output captured on the server to the client""" |
|
1473 | 1473 | for line in inpart.read().splitlines(): |
|
1474 |
op.ui.status(('remote: %s\n' % line) |
|
|
1474 | op.ui.status(_('remote: %s\n') % line) | |
|
1475 | 1475 | |
|
1476 | 1476 | @parthandler('replycaps') |
|
1477 | 1477 | def handlereplycaps(op, inpart): |
General Comments 0
You need to be logged in to leave comments.
Login now