##// END OF EJS Templates
py3: fix test-diff-newlines.t to be compatible with py3
Boris Feld -
r33305:aaa1f8f5 default
parent child Browse files
Show More
@@ -11,6 +11,7 b' test-contrib-check-code.t'
11 test-contrib-check-commit.t
11 test-contrib-check-commit.t
12 test-ctxmanager.py
12 test-ctxmanager.py
13 test-diff-issue2761.t
13 test-diff-issue2761.t
14 test-diff-newlines.t
14 test-diff-reverse.t
15 test-diff-reverse.t
15 test-diff-subdir.t
16 test-diff-subdir.t
16 test-dirstate-nonnormalset.t
17 test-dirstate-nonnormalset.t
@@ -1,6 +1,6 b''
1 $ hg init
1 $ hg init
2
2
3 $ $PYTHON -c 'file("a", "wb").write("confuse str.splitlines\nembedded\rnewline\n")'
3 $ $PYTHON -c 'open("a", "wb").write(b"confuse str.splitlines\nembedded\rnewline\n")'
4 $ hg ci -Ama -d '1 0'
4 $ hg ci -Ama -d '1 0'
5 adding a
5 adding a
6
6
General Comments 0
You need to be logged in to leave comments. Login now