tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 11 Jun 2018 10:09:35 -0700
changeset 38290 0c7970d4e6b4
parent 27350 890273343170
permissions -rw-r--r--
files: drop now-unnecessary filtering of removed dirstate files workingctx.matches() now filters out removed files. Differential Revision: https://phab.mercurial-scm.org/D3712

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
}