tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Tue, 06 Oct 2015 16:26:20 -0500
changeset 26592 502b56a9e897
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
dirstate: batch calls to statfiles (issue4878) This makes it more interruptible.

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