tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 20 Aug 2023 00:55:52 -0400
changeset 50852 13ad1b2ad3b4
parent 27350 890273343170
permissions -rw-r--r--
branch: migrate `opts` to native kwargs

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
}