tests/histedit-helpers.sh
author timeless <timeless@mozdev.org>
Thu, 17 Dec 2015 15:05:25 +0000
changeset 27423 c953e26f3734
parent 27350 890273343170
permissions -rw-r--r--
bundle: warn for --base with --all

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
}