tests/histedit-helpers.sh
author timeless <timeless@mozdev.org>
Mon, 30 Nov 2015 20:45:07 +0000
changeset 27152 ac27b1b3be85
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
help: make help deprecated mention the extension before this, you got an empty list of extensions, which was unhelpful

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