tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Fri, 27 Mar 2015 19:27:19 -0500
changeset 24489 0f6594b0a4e2
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
import-checker: drop set() from cyclekey()

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