view tests/histedit-helpers.sh @ 40688:0d8425311f2f

py3: whitelist three more passing test caught by buildbot The number of failing test is back to two digits. Differential Revision: https://phab.mercurial-scm.org/D5293
author Pulkit Goyal <pulkit@yandex-team.ru>
date Wed, 21 Nov 2018 19:12:12 +0300
parents 890273343170
children
line wrap: on
line source

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
}