tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 01 Mar 2023 13:11:51 -0500
changeset 50378 ebf1a07539b9
parent 27350 890273343170
permissions -rw-r--r--
statichttprepo: fix the vfs.join() method to match the base class definition Flagged by PyCharm. The superclass implementation raised NotImplementedError.

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
}