tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Tue, 05 Nov 2019 21:29:40 +0900
branchstable
changeset 43417 822202e72f69
parent 27350 890273343170
permissions -rw-r--r--
py3: do not reimplement Abort.__str__() on Python 2 It isn't necessary on Python 2, and the default implementation should be better than our BaseException_str() clone.

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
}