tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Thu, 02 Mar 2023 23:30:04 +0100
branchstable
changeset 50271 57ccfa91d819
parent 27350 890273343170
permissions -rw-r--r--
Added signature for changeset 05de4896508e

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
}