view tests/histedit-helpers.sh @ 32971:accfa165736b

py3: make sure the commands name are bytes in test-devel-warnings.t
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 20 Jun 2017 23:50:50 +0530
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
}