# HG changeset patch # User timeless # Date 2015-12-14 22:21:30 # Node ID 890273343170fd90cc9b61bc92a0c2f9ea540097 # Parent 5b68f72c2ba916019910c949ed48332fd08a7842 tests: histedit-helpers fixbundle should not complain about no input diff --git a/tests/histedit-helpers.sh b/tests/histedit-helpers.sh --- a/tests/histedit-helpers.sh +++ b/tests/histedit-helpers.sh @@ -2,5 +2,6 @@ fixbundle() { 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 } diff --git a/tests/test-histedit-no-change.t b/tests/test-histedit-no-change.t --- a/tests/test-histedit-no-change.t +++ b/tests/test-histedit-no-change.t @@ -187,7 +187,6 @@ abort editing session, after first forci hist: 2 remaining (histedit --continue) $ hg histedit --abort 2>&1 | fixbundle - [1] modified files should survive the abort when we've moved away already $ hg st