view tests/histedit-helpers.sh @ 29963:e824de573112

remove: specify hg in added warning
author timeless <timeless@mozdev.org>
date Fri, 02 Sep 2016 21:46:00 +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
}