tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Tue, 03 Sep 2013 18:05:11 -0500
branchstable
changeset 19648 e90c37d7d48c
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
Added signature for changeset 335a558f81dc

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