tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 19 Oct 2015 10:48:02 +0200
changeset 26919 aa23e02f9415
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
test: enable generaldelta in 'test-copy.t' Doing so has a minimal impact on the test.

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