tests/histedit-helpers.sh
author timeless <timeless@mozdev.org>
Wed, 02 Mar 2016 15:38:54 +0000
changeset 28330 f3fb24e36d61
parent 27350 890273343170
permissions -rw-r--r--
import-checker: report local with stdlib late warning Without this, developers have to figure it out on their own

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