Show More
@@ -455,7 +455,7 b' long lines' | |||
|
455 | 455 | > test = False |
|
456 | 456 | > mbox = mbox |
|
457 | 457 | > EOF |
|
458 | $ "$PYTHON" -c 'open("a/a", "ab").write("no" * 500 + "\xd1\x84" + "\n")' | |
|
458 | $ "$PYTHON" -c 'open("a/a", "ab").write(b"no" * 500 + b"\xd1\x84" + b"\n")' | |
|
459 | 459 | $ hg --cwd a commit -A -m "long line" |
|
460 | 460 | $ hg --traceback --cwd b pull ../a |
|
461 | 461 | pulling from ../a |
General Comments 0
You need to be logged in to leave comments.
Login now