##// END OF EJS Templates
tests: bulk changes to avoid whitespace errors of check-code.py...
FUJIWARA Katsunori -
r41885:c70bdd22 default
parent child Browse files
Show More
@@ -25,7 +25,8 b''
25 25 > b'key': b'new-server-mark',
26 26 > b'old': b'',
27 27 > b'new': b'tip'}
28 > encodedparams = [(k, pushkey.encode(v)) for (k,v) in params.items()]
28 > encodedparams = [(k, pushkey.encode(v))
29 > for (k, v) in params.items()]
29 30 > op.reply.newpart(b'pushkey', mandatoryparams=encodedparams)
30 31 > else:
31 32 > op.reply.newpart(b'output', data=b'pushback not enabled')
General Comments 0
You need to be logged in to leave comments. Login now