diff -r 900ccbd79ef7 -r 7936cd261dc9 tests/test-import-eol --- a/tests/test-import-eol Wed Dec 23 19:31:48 2009 +0100 +++ b/tests/test-import-eol Wed Dec 23 19:31:48 2009 +0100 @@ -73,9 +73,9 @@ hg st # Test --eol and binary patches -python -c 'file("b", "wb").write("a\x00\nb")' +python -c 'file("b", "wb").write("a\x00\nb\r\nd")' hg ci -Am addb -python -c 'file("b", "wb").write("a\x00\nc")' +python -c 'file("b", "wb").write("a\x00\nc\r\nd")' hg diff --git > bin.diff hg revert --no-backup b echo % binary patch with --eol