tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 03 Oct 2015 18:48:21 +0900
changeset 26453 1a2578418689
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
pager: rename variables of backup fds The next patch will add backup file objects, so the original variable names would be confusing.

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