##// END OF EJS Templates
py3: add some b'' prefixes in test-notify.t...
Pulkit Goyal -
r41589:02a8c912 default draft
parent child Browse files
Show More
@@ -455,7 +455,7 b' 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