tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 02 Oct 2015 15:58:24 -0700
changeset 26442 ef8d27f53204
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
streamclone: move stream_in() from localrepo Another basic content move. The underscore from the function name was removed to comply with naming standards.

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