tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 28 Sep 2014 14:46:57 +0900
changeset 22571 a9ff1b350f62
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test-commandserver: rewrite manual substitution of output by (glob) match

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