tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 28 Nov 2016 20:46:59 -0800
changeset 30562 b3a9ef3d30e8
parent 27350 890273343170
permissions -rw-r--r--
protocol: declare transport protocol name We add an attribute to the HTTP and SSH protocol implementations identifying the transport so future patches can conditionally expose capabilities on a per-transport basis.

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