tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 11 Apr 2014 13:43:41 -0400
changeset 20971 557a083453c9
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
exchange: drop useless line break

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