tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Tue, 29 Jan 2019 13:26:18 -0500
changeset 41471 30dd20a56f3e
parent 27350 890273343170
permissions -rw-r--r--
tests: port test-hgweb-auth.py to Python 3 Differential Revision: https://phab.mercurial-scm.org/D5736

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
}