tests/histedit-helpers.sh
author Mads Kiilerich <mads@kiilerich.com>
Sat, 30 Jun 2012 03:34:44 +0200
changeset 17085 35729bdd59b6
parent 17064 168cc52ad7c2
child 27350 890273343170
permissions -rw-r--r--
tests: convert histedit tests to .t Mostly a trivial conversion.

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