tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 27 Jun 2017 01:31:18 +0200
changeset 33144 d0e5bf12f314
parent 27350 890273343170
permissions -rw-r--r--
obsutil: move 'allprecursors' to the new modules We have a new 'obsutil' module now. We move the 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
}