view tests/histedit-helpers.sh @ 40667:02318e0810ac

py3: add 9 new passing tests caught by buildbot Differential Revision: https://phab.mercurial-scm.org/D5284
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 19 Nov 2018 19:57:11 +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
}