comparison tests/test-notify.t @ 41526:1be7a9b994a2

py3: add some b'' prefixes in test-notify.t # skip-blame as just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D5811
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sun, 03 Feb 2019 17:15:11 +0530
parents 7b35209ba1a7
children d26a6706b070
comparison
equal deleted inserted replaced
41525:f3d3e09a29d1 41526:1be7a9b994a2
453 > [notify] 453 > [notify]
454 > maxsubject = 67 454 > maxsubject = 67
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
462 searching for changes 462 searching for changes
463 adding changesets 463 adding changesets