tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Sat, 01 Sep 2012 12:49:39 -0500
branchstable
changeset 17418 928f900894ba
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
Added tag 2.3.1 for changeset 072209ae4ddb

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