##// END OF EJS Templates
tests: add missing `head` for when things go wrong...
Raphaël Gomès -
r49199:ad5a6447 default
parent child Browse files
Show More
@@ -345,7 +345,7 b' This `head -n 20` looks dumb (since we e'
345 breaks you can get 1048576 lines of +y in the output, which takes a looooooong
345 breaks you can get 1048576 lines of +y in the output, which takes a looooooong
346 time to print.
346 time to print.
347 $ hg diff -r 2:3 | head -n 20
347 $ hg diff -r 2:3 | head -n 20
348 $ hg diff -r 2:6
348 $ hg diff -r 2:6 | head -n 20
349 diff -r e989d0fa3764 -r 752e3a0d8488 large.bin
349 diff -r e989d0fa3764 -r 752e3a0d8488 large.bin
350 --- a/large.bin Thu Jan 01 00:00:00 1970 +0000
350 --- a/large.bin Thu Jan 01 00:00:00 1970 +0000
351 +++ b/large.bin Thu Jan 01 00:00:00 1970 +0000
351 +++ b/large.bin Thu Jan 01 00:00:00 1970 +0000
General Comments 0
You need to be logged in to leave comments. Login now