tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Feb 2023 04:28:24 +0100
changeset 50192 6794f927bc48
parent 27350 890273343170
permissions -rw-r--r--
narrow: enforce that narrow spec is written within a transaction

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
}