tests/histedit-helpers.sh
author Mike Hommey <mh@glandium.org>
Thu, 25 Sep 2014 11:53:28 +0900
changeset 23028 e4aeb14248ca
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
bundle2: remove _getbundleextrapart Extensions can now add new part generators with the getbundle2partsgenerator decorator instead.

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