tests/histedit-helpers.sh
author timeless <timeless@mozdev.org>
Thu, 17 Mar 2016 00:36:01 +0000
changeset 28640 4fc640fd0026
parent 27350 890273343170
permissions -rw-r--r--
filemerge: use revset notation for p1/p2 of local/other descriptions

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
}