##// END OF EJS Templates
tests: prevent enormous output spew in test-lfs-largefiles.t...
Augie Fackler -
r36668:9318babf default
parent child Browse files
Show More
@@ -338,7 +338,10 b' locally.'
338 No diffs when comparing merge and p1 that kept p1's changes. Diff of lfs to
338 No diffs when comparing merge and p1 that kept p1's changes. Diff of lfs to
339 largefiles no longer operates in standin files.
339 largefiles no longer operates in standin files.
340
340
341 $ hg diff -r 2:3
341 This `head -n 20` looks dumb (since we expect no output), but if something
342 breaks you can get 1048576 lines of +y in the output, which takes a looooooong
343 time to print.
344 $ hg diff -r 2:3 | head -n 20
342 $ hg diff -r 2:6
345 $ hg diff -r 2:6
343 diff -r e989d0fa3764 -r 752e3a0d8488 large.bin
346 diff -r e989d0fa3764 -r 752e3a0d8488 large.bin
344 --- a/large.bin Thu Jan 01 00:00:00 1970 +0000
347 --- a/large.bin Thu Jan 01 00:00:00 1970 +0000
General Comments 0
You need to be logged in to leave comments. Login now