# HG changeset patch # User Boris Feld <boris.f...@octobus.net> # Date 1499354330 -7200 # Thu Jul 06 17:18:50 2017 +0200 # Node ID a6392dbb41f976436b0c7e499242f96c9cb3edf1 # Parent 89796a25d4bb91fb418ad3e70faad2c586902ffb # EXP-Topic py3 py3: fix test-diff-newlines.t to be compatible with py3
diff -r 89796a25d4bb -r a6392dbb41f9 contrib/python3-whitelist --- a/contrib/python3-whitelist Mon Jul 03 11:22:00 2017 +0200 +++ b/contrib/python3-whitelist Thu Jul 06 17:18:50 2017 +0200 @@ -11,6 +11,7 @@ test-contrib-check-commit.t test-ctxmanager.py test-diff-issue2761.t +test-diff-newlines.t test-diff-reverse.t test-diff-subdir.t test-dirstate-nonnormalset.t diff -r 89796a25d4bb -r a6392dbb41f9 tests/test-diff-newlines.t --- a/tests/test-diff-newlines.t Mon Jul 03 11:22:00 2017 +0200 +++ b/tests/test-diff-newlines.t Thu Jul 06 17:18:50 2017 +0200 @@ -1,6 +1,6 @@ $ hg init - $ $PYTHON -c 'file("a", "wb").write("confuse str.splitlines\nembedded\rnewline\n")' + $ $PYTHON -c 'open("a", "wb").write(b"confuse str.splitlines\nembedded\rnewline\n")' $ hg ci -Ama -d '1 0' adding a _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel