tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 27 May 2017 18:52:46 +0900
changeset 32574 3b569745af6c
parent 27350 890273343170
permissions -rw-r--r--
cat: do not start pager if output will be written to file

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
}