tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 18 May 2015 16:52:28 -0500
changeset 25208 5a6820f8da4d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: just use 'response.reason' There is no reason to not have simple code now that Python 2.4 is dead.

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