tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 03 Jan 2023 23:49:05 -0500
changeset 49873 e9d06ed64161
parent 27350 890273343170
permissions -rw-r--r--
tests: drop py2 support from `f` utility

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
}