tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 26 Jan 2023 17:44:27 +0100
changeset 50026 3550e4a88ccd
parent 27350 890273343170
permissions -rw-r--r--
dirstate: add a context for tracking files change Let us start to use it. We will enforce it later.

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
}