tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 11:54:29 +0100
changeset 50266 307c155e6275
parent 27350 890273343170
permissions -rw-r--r--
dirstate: deprecate calling `setbranch` without a transaction parameter The new way is now enforced.

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
}