##// END OF EJS Templates
bundle2: issue remote output as "status" (issue4612)...
Pierre-Yves David -
r24846:e79dd1c9 stable
parent child Browse files
Show More
@@ -1171,7 +1171,7 b' def handlecheckheads(op, inpart):'
1171 def handleoutput(op, inpart):
1171 def handleoutput(op, inpart):
1172 """forward output captured on the server to the client"""
1172 """forward output captured on the server to the client"""
1173 for line in inpart.read().splitlines():
1173 for line in inpart.read().splitlines():
1174 op.ui.write(('remote: %s\n' % line))
1174 op.ui.status(('remote: %s\n' % line))
1175
1175
1176 @parthandler('replycaps')
1176 @parthandler('replycaps')
1177 def handlereplycaps(op, inpart):
1177 def handlereplycaps(op, inpart):
General Comments 0
You need to be logged in to leave comments. Login now