tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 00:24:45 -0400
changeset 37924 1b230e19d044
parent 27350 890273343170
permissions -rw-r--r--
tests: port test-pathencode.py to Python 3 # skip-blame uninteresting changes, mainly b prefixes Differential Revision: https://phab.mercurial-scm.org/D3475

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
}