tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 27 May 2015 22:11:37 -0700
changeset 25405 220a220ed088
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test: drop all the forced use of bundle2 Using bundle2 during exchange is now the default, we do not need all this explicit enabling of bundle2 exchange in test anymore.

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