tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Thu, 16 Jun 2022 18:06:55 +0200
branchstable
changeset 49367 6c85d5d47392
parent 27350 890273343170
permissions -rw-r--r--
Added tag 6.2rc0 for changeset 288de6f5d724

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
}