view tests/histedit-helpers.sh @ 27544:a4f008612727

test-histedit-edit: test histedit with dirty repo
author timeless <timeless@mozdev.org>
date Fri, 11 Dec 2015 07:08:36 +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
}