tests/histedit-helpers.sh
author Kevin Bullock <kbullock@ringworld.org>
Sat, 09 Feb 2013 22:27:13 +0000
changeset 18619 c768e3da3cc2
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
merge crew heads

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