view tests/histedit-helpers.sh @ 45431:7a57ced7de87

git: remove unrequired assignment of listignored and listunknown Caught by test-check-pyflakes.t
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 10 Sep 2020 17:03:38 +0530
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
}