tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Feb 2020 10:14:44 -0800
changeset 44275 66dab0d9a78e
parent 27350 890273343170
permissions -rw-r--r--
tests: add test showing that repo filter is calculated for `hg st --copies` Differential Revision: https://phab.mercurial-scm.org/D8070

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
}