tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 11 Jun 2019 20:48:59 +0300
changeset 42550 683aeef12830
parent 27350 890273343170
permissions -rw-r--r--
py3: add r'' prefixes and do ('%d' % int) instead of str(int) This addresses more failures related to zeroconf on py3. Differential Revision: https://phab.mercurial-scm.org/D6510

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
}