tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 22 Jan 2013 14:33:17 +0100
branchstable
changeset 18509 21daee53c101
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test-histedit: add tests for dropping head changeset I got bug report from user in this specific case. I was unable to reproduce in test situation. Testing this situation is still valuable.

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