tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 14 Feb 2018 17:23:26 -0700
changeset 36212 7a46f0735904
parent 27350 890273343170
permissions -rw-r--r--
py3: add b'' to test-sshserver.py # skip-blame because adding b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D2273

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
}