tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Thu, 16 Jun 2022 15:20:48 +0200
changeset 49365 79b2c98ab7b4
parent 27350 890273343170
permissions -rw-r--r--
branching: merge stable into default

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
}