tests/histedit-helpers.sh
author Pulkit Goyal <pulkit@yandex-team.ru>
Sat, 13 Oct 2018 03:46:57 +0300
changeset 40214 b456b2e0ad9f
parent 27350 890273343170
permissions -rw-r--r--
py3: make test-contrib-perf.t work on python 3 Differential Revision: https://phab.mercurial-scm.org/D5025

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
}