tests/histedit-helpers.sh
author Simon Heimberg <simohe@besonet.ch>
Tue, 07 Jan 2014 22:28:45 +0100
changeset 20238 81e905790b30
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
check-code: do not skip entire file, skip only one match instead Skipping of the entire file has been introduced in bc3b48b0f5c8.

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