tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 05 Nov 2014 20:31:58 -0500
branchstable
changeset 23231 32dadb2637f4
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: introduce a subrepository to test-archive.t This will be used in an upcoming patch to add coverage for web.archivesubrepos.

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