tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 08 Feb 2019 22:57:26 -0800
changeset 41633 635a12c53ea6
parent 27350 890273343170
permissions -rw-r--r--
match: remove unused "exact" argument (API) It seems that all callers use match.exact() instead of match.match(exact=True). Differential Revision: https://phab.mercurial-scm.org/D5919

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
}