Mercurial > public > mercurial-scm > hg
diff tests/histedit-helpers.sh @ 27350:890273343170
tests: histedit-helpers fixbundle should not complain about no input
author | timeless <timeless@mozdev.org> |
---|---|
date | Mon, 14 Dec 2015 22:21:30 +0000 |
parents | 35729bdd59b6 |
children |
line wrap: on
line diff
--- a/tests/histedit-helpers.sh Mon Dec 14 22:34:30 2015 +0000 +++ b/tests/histedit-helpers.sh Mon Dec 14 22:21:30 2015 +0000 @@ -2,5 +2,6 @@ grep -v 'saving bundle' | grep -v 'saved backup' | \ grep -v added | grep -v adding | \ grep -v "unable to find 'e' for patching" | \ - grep -v "e: No such file or directory" + grep -v "e: No such file or directory" | \ + cat }