tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 31 Jan 2015 12:42:05 -0500
changeset 24052 32a64923d2b7
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
branchmap: backout 6bf93440a717 This is no longer needed now that posixfile handles seeking to EOF when it opens a file in append mode.

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