tests/histedit-helpers.sh
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Mon, 14 Sep 2015 19:25:34 -0400
changeset 26366 a672cc61ab1d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
phases: return zero for no-op operations (issue4751) (BC) It is rather unhelpful to return 1 if there were no changes because the request matches the current state of phases. So we just undo that.

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"
}