tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 06 Feb 2018 08:52:12 -0800
changeset 36340 06464d1ce6cd
parent 27350 890273343170
permissions -rw-r--r--
convert: don't reimplement any() Differential Revision: https://phab.mercurial-scm.org/D2373

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
}