##// END OF EJS Templates
diffstat: support filenames with whitespaces on renames...
diffstat: support filenames with whitespaces on renames This is a follow-up patch to D5628. `line.split()` cannot get filenames with whitespaces as mentioned by @yuja. This patch replaces `split()` method with `slice`. Corresponding tests were also added. Differential Revision: https://phab.mercurial-scm.org/D5709

File last commit:

r37942:40381a88 default
r41446:4a33a6bf default
Show More
test-wireproto.py.out
2 lines | 51 B | text/plain | TextLexer
/ tests / test-wireproto.py.out
Hello, Foobar
[b'Hello, Fo, =;:<o', b'Hello, Bar']