tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 12 Oct 2018 17:25:02 +0200
changeset 40191 4b7eb862692e
parent 27350 890273343170
permissions -rw-r--r--
py3: encode json output to bytes and use write() Differential Revision: https://phab.mercurial-scm.org/D5007

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
}