tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Tue, 01 Aug 2017 10:14:25 -0400
changeset 33690 658524d45af0
parent 27350 890273343170
permissions -rw-r--r--
merge with stable

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
}