view tests/histedit-helpers.sh @ 33549:9a2ee9591acc

util: remove dead code which used to be for old python2 versions Differential Revision: https://phab.mercurial-scm.org/D107
author Alex Gaynor <agaynor@mozilla.com>
date Mon, 17 Jul 2017 12:38:07 -0400
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
}