tests/histedit-helpers.sh
author timeless@mozdev.org
Tue, 06 Oct 2015 15:07:00 -0400
changeset 26496 b885ab9ca182
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
rebase: enable histedit for useful help with it

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