tests/histedit-helpers.sh
author timeless <timeless@mozdev.org>
Tue, 20 Sep 2016 23:47:46 +0000
changeset 29974 7109d5ddeb0c
parent 27350 890273343170
permissions -rw-r--r--
help: use single quotes in use warning

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
}