tests/histedit-helpers.sh
author Mathias De Mare <mathias.de_mare@nokia.com>
Fri, 06 Nov 2020 17:32:23 +0100
changeset 45836 de1f4c431619
parent 27350 890273343170
permissions -rw-r--r--
packaging: switch centos 7 packaging to python 3 Differential Revision: https://phab.mercurial-scm.org/D9293

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
}