tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Mon, 15 Jun 2020 15:13:01 -0400
changeset 44996 ee5f27d7b9fb
parent 27350 890273343170
permissions -rw-r--r--
pyutil: this has taken so long to fix, I'm using 3.8 now Differential Revision: https://phab.mercurial-scm.org/D8636

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
}