tests/histedit-helpers.sh
author Lucas Moscovicz <lmoscovicz@fb.com>
Fri, 14 Mar 2014 09:18:14 -0700
changeset 20727 1e59f760d850
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revset: added comments to all methods needed to duck-type from baseset All this methods are required to duck-type for any class that works as a smart set.

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