tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 08 Mar 2022 19:11:03 -0800
changeset 49051 c3a48dd506da
parent 27350 890273343170
permissions -rw-r--r--
pycompat: remove json.loads polyfill for Python 3.5 We no longer support Python 3.5 so this can be deleted. Differential Revision: https://phab.mercurial-scm.org/D12364

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
}