tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 30 Aug 2023 00:50:28 +0200
changeset 50932 35885dbdc927
parent 27350 890273343170
permissions -rw-r--r--
path-suboption: deprecated specifying the attributes as bytes The known suboptions have been updated, so we can deprecated passing bytes in case some extensions use them.

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
}