view tests/histedit-helpers.sh @ 41906:2b21c7fbb3a1

py3: use % instead of .format() on a bytestring Differential Revision: https://phab.mercurial-scm.org/D6112
author Ian Moody <moz-ian@perix.co.uk>
date Sat, 09 Mar 2019 02:07:09 +0000
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
}