view tests/histedit-helpers.sh @ 23374:aa0a430d9c75

revert: access status fields by name rather than index For better readability.
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 19 Nov 2014 17:07:27 -0800
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"
}