tests/histedit-helpers.sh
author Mads Kiilerich <madski@unity3d.com>
Sat, 17 Oct 2015 00:58:46 +0200
changeset 26781 1aee2ab0f902
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
spelling: trivial spell checking

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