Show More
@@ -455,7 +455,7 long lines | |||||
455 | > test = False |
|
455 | > test = False | |
456 | > mbox = mbox |
|
456 | > mbox = mbox | |
457 | > EOF |
|
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 | $ hg --cwd a commit -A -m "long line" |
|
459 | $ hg --cwd a commit -A -m "long line" | |
460 | $ hg --traceback --cwd b pull ../a |
|
460 | $ hg --traceback --cwd b pull ../a | |
461 | pulling from ../a |
|
461 | pulling from ../a |
General Comments 0
You need to be logged in to leave comments.
Login now