tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 24 Sep 2018 20:17:42 -0700
changeset 39833 3ed53b071041
parent 27350 890273343170
permissions -rw-r--r--
py3: use pycompat.strkwargs() Otherwise we get an error attempting to dispatch a command with arguments because we're passing a dict with bytes keys. Differential Revision: https://phab.mercurial-scm.org/D4732

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
}