view tests/histedit-helpers.sh @ 27307:f36dc0062b1a

perf: add getlen getlen will return 1 if perf.stub
author timeless <timeless@mozdev.org>
date Fri, 04 Dec 2015 19:05:32 +0000
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"
}