tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 03 Jan 2013 18:51:16 +0100
changeset 18252 3f1552c6bf71
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
context: retrieve hidden from filteredrevs This prepare the dropping of the repo.hiddenrevs property

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