[Updated] D11780: tests: add missing `head` for when things go wrong
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Wed Dec 1 15:21:06 UTC 2021
Closed by commit rHGad5a64473840: tests: add missing `head` for when things go wrong (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11780?vs=31102&id=31242
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11780/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11780
AFFECTED FILES
tests/test-lfs-largefiles.t
CHANGE DETAILS
diff --git a/tests/test-lfs-largefiles.t b/tests/test-lfs-largefiles.t
--- a/tests/test-lfs-largefiles.t
+++ b/tests/test-lfs-largefiles.t
@@ -345,7 +345,7 @@
breaks you can get 1048576 lines of +y in the output, which takes a looooooong
time to print.
$ hg diff -r 2:3 | head -n 20
- $ hg diff -r 2:6
+ $ hg diff -r 2:6 | head -n 20
diff -r e989d0fa3764 -r 752e3a0d8488 large.bin
--- a/large.bin Thu Jan 01 00:00:00 1970 +0000
+++ b/large.bin Thu Jan 01 00:00:00 1970 +0000
To: marmoute, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211201/8d23ac23/attachment.html>
More information about the Mercurial-patches
mailing list