tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Aug 2018 09:50:39 -0700
changeset 39375 cde75233c415
parent 27350 890273343170
permissions -rw-r--r--
rename: quote hg commands in warnings I think we usally use single quotes around hg commands in messages. Differential Revision: https://phab.mercurial-scm.org/D4417

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
}