tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 30 Jan 2019 16:54:34 -0800
changeset 41496 b58d608ec6a0
parent 27350 890273343170
permissions -rw-r--r--
tests: compare against a bytes in test-lock.py skip-blame: just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D5771

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
}