tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Jun 2018 20:02:53 +0900
changeset 38684 07b551a4df44
parent 27350 890273343170
permissions -rw-r--r--
fileset: add helpers to make predicatematcher and nevermatcher These functions will be used to compose a tree of matchers from a fileset expression.

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
}