view tests/histedit-helpers.sh @ 26646:77769354d4ad

exchange: support preserving external names when parsing bundle specs This will be needed to make client-side preferences work easier.
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 13 Oct 2015 12:29:50 -0700
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"
}