view tests/histedit-helpers.sh @ 43382:cf3bf3b03445 stable

py3: use mail.parsebytes() in gnuarch catlog parser We drop 'catlogparser' attribute now unused.
author Denis Laxalde <denis@laxalde.org>
date Mon, 04 Nov 2019 09:52:13 +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
}