view tests/histedit-helpers.sh @ 21191:a2f4ea82d6d3 stable

match: fix NameError 'pat' on overflow of regex pattern length 'pat' was renamed to 'regex' in 9d28fd795215.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 29 Apr 2014 11:02:40 +0900
parents 35729bdd59b6
children 890273343170
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"
}