tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Thu, 30 Jan 2020 23:57:19 +0900
changeset 44230 3e794419d234
parent 27350 890273343170
permissions -rw-r--r--
rust: update dependencies For no particular reason, but just because I'll bump the rust-cpython version.

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
}