tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Jan 2021 23:47:16 +0100
changeset 46302 599d247af600
parent 27350 890273343170
permissions -rw-r--r--
copies: fix some comment in _filter The scenario the comment describes match case 6, not case 2. Differential Revision: https://phab.mercurial-scm.org/D9793

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
}