tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 07 Oct 2018 23:00:50 +0900
changeset 40113 910eefeead82
parent 27350 890273343170
permissions -rw-r--r--
help: document about "paths" template keywords

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
}