tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:24:40 +0200
changeset 47176 dfe8074239de
parent 27350 890273343170
permissions -rw-r--r--
revlog: use revlog.display_id in "revision too big" errors Differential Revision: https://phab.mercurial-scm.org/D10588

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
}