view tests/histedit-helpers.sh @ 28567:ca52512ac709

namespaces: fix name/node confusion There was a lot of copy/paste here.
author timeless <timeless@mozdev.org>
date Wed, 16 Mar 2016 23:12:43 +0000
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
}