tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 18 May 2017 22:47:42 -0700
changeset 32388 4a23cdb32968
parent 27350 890273343170
permissions -rw-r--r--
largefiles: replace always() method, not _always field We will soon have matchers that don't have an _always field, so largefiles needs to stop assuming that they do. _always is only used by always(), so we safely replace that method instead.

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
}