tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 15 Dec 2022 02:54:06 +0100
changeset 50054 e2b89b6d4cdd
parent 27350 890273343170
permissions -rw-r--r--
dirstate: use `dirstate.change_files` to scope the change in `shelve` This is the way.

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
}