tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 17 Jun 2019 10:53:00 -0700
changeset 42507 4bcabb5ae9b6
parent 27350 890273343170
permissions -rw-r--r--
strip: move checksubstate() to mq (its only caller) Differential Revision: https://phab.mercurial-scm.org/D6536

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
}