tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Fri, 02 Mar 2018 22:38:09 -0500
changeset 36667 159b04de5fb0
parent 27350 890273343170
permissions -rw-r--r--
py3: make test-basic.t pass on Python 3

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
}