tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 22 Feb 2023 02:21:27 +0100
changeset 50147 0be70c7b609c
parent 27350 890273343170
permissions -rw-r--r--
dirstate: have `running_status` write the dirstate when holding the lock This is simple and harmless.

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
}