tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 19 Dec 2012 17:39:49 +0100
changeset 18113 da1714bd0250
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
branchmap: factorise access to changelog in updatebranchcache This prepares merge of `updatebranchcache` and `_branchtags`.

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