view tests/histedit-helpers.sh @ 32527:47ce079b1afa

util: look for empty-sysstr instead of empty-bytesstr in textwrap code Fixes behavior on Python 3.
author Augie Fackler <raf@durin42.com>
date Sun, 28 May 2017 16:17:43 -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
}