tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 22 Jun 2021 21:22:55 +0200
changeset 47471 f7a94e2d4470
parent 27350 890273343170
permissions -rw-r--r--
censor: put the tuple of open files in an explicit variable This will be simpler to pass these file around in future changesets. Differential Revision: https://phab.mercurial-scm.org/D10897

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
}