tests/histedit-helpers.sh
author Boris Feld <boris.feld@octobus.net>
Thu, 07 Feb 2019 17:04:15 +0100
changeset 41609 286eeed14893
parent 27350 890273343170
permissions -rw-r--r--
fsmonitor: rename new verbose config knob The config knob was introduced in this release cycle under the old extension name, rename it before it is part of a release. Differential Revision: https://phab.mercurial-scm.org/D5880

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
}