view tests/histedit-helpers.sh @ 27324:5456374561a7

help: call filtercmd from topicmatch update test coverage to explicitly define when help -c should list debug/deprecated items.
author timeless <timeless@mozdev.org>
date Wed, 09 Dec 2015 19:09:35 +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"
}