tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 20 Sep 2024 01:10:17 -0400
changeset 51889 cbd01bf33802
parent 27350 890273343170
permissions -rw-r--r--
typing: add type annotations to `mercurial.util.makelock()` This bubbles up into the `vfs` classes, so get this out of the way.

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
}