tests/histedit-helpers.sh
author Durham Goode <durham@fb.com>
Wed, 20 May 2015 14:54:09 -0700
changeset 25284 7072b91ccd20
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
help: add documentation on include: and subinclude: Adds some help text about the new include: and subinclude: match syntax.

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