Submitter | phabricator |
---|---|
Date | Feb. 3, 2019, 12:48 p.m. |
Message ID | <ae07ad185850aeb7aa771676828c0ab7@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38350/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 @@ > 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