view tests/histedit-helpers.sh @ 43166:a5b04863dbff

py3: drop ui.flush() during interactive patch filtering With previous changeset fixing line buffering on stdout, this is no longer needed.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Thu, 10 Oct 2019 16:02:47 +0200
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
}