tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Fri, 11 Mar 2016 15:24:27 -0600
changeset 28449 3072ce740945
parent 27350 890273343170
permissions -rw-r--r--
merge with stable

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
}