tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Tue, 18 Nov 2014 21:43:38 -0800
changeset 23431 10223d2278f4
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
patch: rename diffopts to diffallopts This is meant to be used when all features are explicitly requested. diffopts is kept as an alias for now -- it will go away soon.

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