view tests/histedit-helpers.sh @ 30388:8819b63732b9

filemerge: avoid shadowing a variable in a list comprehension
author Augie Fackler <augie@google.com>
date Thu, 10 Nov 2016 16:33:07 -0500
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
}