tests/histedit-helpers.sh
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 14 May 2015 11:04:36 +0200
changeset 25074 0021ad4c2309
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
setup: integrate osutil C extension into extmodules initialization

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