tests/histedit-helpers.sh
author Simon Heimberg <simohe@besonet.ch>
Sun, 17 Nov 2013 20:24:33 +0100
changeset 20361 3fe079d3a2b4
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
i18n: posplit removes the entry "::" from the pot file We do not gain anything by allowing to translate it.

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"
}