tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Sat, 28 Jul 2012 12:28:35 +0200
branchstable
changeset 17293 d3f84ccc5495
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
pushkey: add more verbose debug output regarding pushkey Very few data are displayed now, making it hard to debug phases and obsolete related issues.

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"
}