tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Sep 2017 16:45:33 +0900
changeset 34251 61714510220d
parent 27350 890273343170
permissions -rw-r--r--
error: move patch.PatchError so it can easily implement __bytes__ (API)

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