tests/histedit-helpers.sh
author Mads Kiilerich <madski@unity3d.com>
Wed, 16 Jan 2013 20:41:41 +0100
changeset 18413 0ccb16f5956a
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
bundlerepo: drop bundlebase wrapper function for basemap

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