tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 08 Oct 2020 18:07:34 -0700
changeset 45690 7a907388a4a5
parent 27350 890273343170
permissions -rw-r--r--
contrib: install Python 3.9.0 We update the Windows and Linux environments to install CPython 3.9.0, which was released a few days ago. Differential Revision: https://phab.mercurial-scm.org/D9186

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
}