# HG changeset patch # User Pulkit Goyal # Date 2019-02-03 11:45:11 # Node ID 4753611860627e9f0887b248f89ec2e5d27dbfd2 # Parent f12bd105d351b39de8a86cba6396a59d3f1a04c9 py3: add some b'' prefixes in test-notify.t # skip-blame as just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D5811 diff --git a/tests/test-notify.t b/tests/test-notify.t --- a/tests/test-notify.t +++ b/tests/test-notify.t @@ -455,7 +455,7 @@ long lines > test = False > mbox = mbox > EOF - $ "$PYTHON" -c 'open("a/a", "ab").write("no" * 500 + "\xd1\x84" + "\n")' + $ "$PYTHON" -c 'open("a/a", "ab").write(b"no" * 500 + b"\xd1\x84" + b"\n")' $ hg --cwd a commit -A -m "long line" $ hg --traceback --cwd b pull ../a pulling from ../a