tests/histedit-helpers.sh
author Boris Feld <boris.feld@octobus.net>
Thu, 03 Aug 2017 15:31:54 +0200
changeset 33783 db6b666ce1e6
parent 27350 890273343170
permissions -rw-r--r--
label: rename log.trouble into log.instability The renaming is done according to https://www.mercurial-scm.org/wiki/CEDVocabulary. Differential Revision: https://phab.mercurial-scm.org/D259

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
}