view tests/histedit-helpers.sh @ 37457:d83191e9749b

py3: byte-stringify test-import.t Still the test doesn't pass. # skip-blame because just adding some b''
author Yuya Nishihara <yuya@tcha.org>
date Sat, 07 Apr 2018 13:46:32 +0900
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
}