view tests/histedit-helpers.sh @ 20337:a789213c8a38 stable

i18n-de: updated po file with 427d672c0e4e Do this in a separate patch for easier reviewing of the translation patch.
author Simon Heimberg <simohe@besonet.ch>
date Wed, 22 Jan 2014 16:32:53 +0100
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"
}