tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:42:12 +0200
changeset 33241 21b568820a3c
parent 27350 890273343170
permissions -rw-r--r--
configitems: register the 'factotum.executable' config

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
}