tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Sun, 01 Oct 2017 12:16:34 -0400
changeset 34428 0ee9cf8d054a
parent 27350 890273343170
permissions -rw-r--r--
url: use native strings for header values Differential Revision: https://phab.mercurial-scm.org/D889

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
}