tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 13 Jan 2021 15:42:15 +0530
changeset 46232 eb01d6d00a50
parent 27350 890273343170
permissions -rw-r--r--
largefiles: remove unused imports This fixes test-check-pyflakes.t Differential Revision: https://phab.mercurial-scm.org/D9747

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
}