Show More
@@ -955,7 +955,7 b' def pushkey(repo, proto, namespace, key,' | |||||
955 | encoding.tolocal(old), new) or False |
|
955 | encoding.tolocal(old), new) or False | |
956 |
|
956 | |||
957 | output = output.getvalue() if output else '' |
|
957 | output = output.getvalue() if output else '' | |
958 |
return bytesresponse('% |
|
958 | return bytesresponse('%d\n%s' % (int(r), output)) | |
959 |
|
959 | |||
960 | @wireprotocommand('stream_out') |
|
960 | @wireprotocommand('stream_out') | |
961 | def stream(repo, proto): |
|
961 | def stream(repo, proto): |
General Comments 0
You need to be logged in to leave comments.
Login now