view tests/histedit-helpers.sh @ 34041:ba479850c9c7

python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
author Augie Fackler <raf@durin42.com>
date Tue, 22 Aug 2017 20:06:58 -0400
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
}