tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Tue, 17 Mar 2015 21:53:17 +0900
changeset 24365 f1eaf03dd608
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
commands: say "working directory" in full spelling

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"
}