tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Mon, 06 Feb 2017 22:52:47 -0500
changeset 30999 334cf948c758
parent 27350 890273343170
permissions -rw-r--r--
annotate: migrate to modern pager API

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
}