tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 27 Feb 2017 15:02:36 -0800
changeset 31172 e72ed22713ab
parent 27350 890273343170
permissions -rw-r--r--
merge: combine the two "can't happen" cases in docstring table

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
}