tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 04 May 2021 04:32:09 +0200
changeset 47275 60668fce06d0
parent 27350 890273343170
permissions -rw-r--r--
changelogv2: allow upgrade from and to this format Differential Revision: https://phab.mercurial-scm.org/D10661

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
}