tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 24 Jun 2014 17:39:43 +0100
changeset 22212 f18aca03ddd9
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revert: inline a now useless closure Now that a single call site remains, we can just inline its content.

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