Mercurial > public > mercurial-scm > hg-stable
diff tests/test-notify.t @ 39917:7b35209ba1a7
py3: convert print to a function call in a few tests
I *think* this is the last of them.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 30 Sep 2018 01:10:41 -0400 |
parents | 5abc47d4ca6b |
children | 1be7a9b994a2 |
line wrap: on
line diff
--- a/tests/test-notify.t Sat Sep 29 23:52:00 2018 -0400 +++ b/tests/test-notify.t Sun Sep 30 01:10:41 2018 -0400 @@ -412,7 +412,7 @@ > EOF $ echo a >> a/a $ hg --cwd a --encoding utf-8 commit -A -d '0 0' \ - > -m `"$PYTHON" -c 'print "\xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3\xc3\xa4"'` + > -m `"$PYTHON" -c 'print("\xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3\xc3\xa4")'` $ hg --traceback --cwd b --encoding utf-8 pull ../a | \ > "$PYTHON" $TESTTMP/filter.py pulling from ../a