tests/test-wireproto.py.out
author Yuya Nishihara <yuya@tcha.org>
Sun, 16 Oct 2016 16:58:43 +0900
changeset 30610 c039eb03e652
parent 25708 d3d32643c060
child 37967 40381a88bab4
permissions -rw-r--r--
convert: inline strutil.rfindall() This is the only place where strutil is used. I don't think it's worth to keep the strutil module, so inline it. Also, strutil.rfindall() appears to have off-by-one error. 'end = c - 1' is wrong because 'end' is exclusive.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14622
bd88561afb4b wireproto: add batching support to wirerepository
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff changeset
     1
Hello, Foobar
25708
d3d32643c060 wireproto: correctly escape batched args and responses (issue4739)
Augie Fackler <augie@google.com>
parents: 14765
diff changeset
     2
['Hello, Fo, =;:<o', 'Hello, Bar']