tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 04 May 2014 21:19:31 -0700
changeset 21243 8b5c039f2b4f
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
debugshell: declare command using decorator

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