tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Thu, 22 Jun 2023 12:36:49 +0200
branchstable
changeset 50720 bb42988c7e15
parent 27350 890273343170
permissions -rw-r--r--
relnotes: add 6.5rc0

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
}