##// END OF EJS Templates
bundle2: localize handleoutput remote prompts...
Akihiko Odaki -
r29851:ccd436f7 3.9.1 stable
parent child Browse files
Show More
@@ -1471,7 +1471,7 b' def handlecheckheads(op, inpart):'
1471 def handleoutput(op, inpart):
1471 def handleoutput(op, inpart):
1472 """forward output captured on the server to the client"""
1472 """forward output captured on the server to the client"""
1473 for line in inpart.read().splitlines():
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 @parthandler('replycaps')
1476 @parthandler('replycaps')
1477 def handlereplycaps(op, inpart):
1477 def handlereplycaps(op, inpart):
General Comments 0
You need to be logged in to leave comments. Login now