tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 14 Feb 2018 17:35:13 -0700
changeset 36251 b67d4b7e8235
parent 27350 890273343170
permissions -rw-r--r--
py3: stringify integer with %d instead of bytes() The unbundle wire protocol command now returns a properly formatted reply in Python 3. Differential Revision: https://phab.mercurial-scm.org/D2274

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
}