tests/histedit-helpers.sh
author Augie Fackler <raf@durin42.com>
Fri, 20 Sep 2013 10:16:35 -0400
changeset 19791 f4b72cad29f8
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
patchbomb: correct import of email module

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