tests/histedit-helpers.sh
author Joerg Sonnenberger <joerg@bec.de>
Wed, 17 Apr 2019 14:37:06 +0200
changeset 42170 6631f3e89b6f
parent 27350 890273343170
permissions -rw-r--r--
setdiscovery: fix a few typos Differential Revision: https://phab.mercurial-scm.org/D6263

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
}