tests/histedit-helpers.sh
author timeless@mozdev.org
Fri, 17 Aug 2012 13:58:19 -0700
changeset 17512 39e7e74b3cd3
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
spelling: responsibility

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