view tests/histedit-helpers.sh @ 48536:8537a64c4e2b stable

Added tag 6.0.1 for changeset 799fdf4cca80
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 05 Jan 2022 17:53:03 +0100
parents 890273343170
children
line wrap: on
line source

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
}