tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 27 Jun 2017 01:51:40 +0200
changeset 33154 4e30168d7939
parent 27350 890273343170
permissions -rw-r--r--
obsutil: move the 'marker' class to the new modules We have a new 'obsutil' module now. We move high level utility there to bring 'obsolete.py' back to a more reasonable size.

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
}