##// END OF EJS Templates
test-log-linerange: open binary file in binary mode...
Matt Harbison -
r34938:af924308 stable
parent child Browse files
Show More
@@ -800,7 +800,7 b' Renames are followed.'
800 Binary files work but without diff hunks filtering.
800 Binary files work but without diff hunks filtering.
801 (Checking w/ and w/o diff.git option.)
801 (Checking w/ and w/o diff.git option.)
802
802
803 >>> open('binary', 'w').write('this\nis\na\nbinary\0')
803 >>> open('binary', 'wb').write('this\nis\na\nbinary\0')
804 $ hg add binary
804 $ hg add binary
805 $ hg ci -m 'add a binary file' --quiet
805 $ hg ci -m 'add a binary file' --quiet
806 $ hg log -f -L binary,1:2 -p
806 $ hg log -f -L binary,1:2 -p
General Comments 0
You need to be logged in to leave comments. Login now