tests/histedit-helpers.sh
author Manuel Jacob <me@manueljacob.de>
Mon, 01 Jun 2020 14:07:06 +0200
changeset 44899 4ca1110991c4
parent 27350 890273343170
permissions -rw-r--r--
sslutil: rename 'minimumprotocolui' -> 'minimumprotocol' Before, both 'minimumprotocolui' and 'minimumprotocol' were used, but meaning the same.

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