tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Mon, 07 Aug 2023 11:05:43 +0200
branchstable
changeset 50818 04d5cde28a7f
parent 27350 890273343170
permissions -rw-r--r--
Added signature for changeset 787af4e0e8b7

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
}