view tests/histedit-helpers.sh @ 24191:8fe5fc8d7b8e

copyright: update to 2015 Many files and translations have an outdated copyright date. Change that to the correct "2005-2015" dates.
author Jesus Cea <jcea@jcea.es>
date Mon, 02 Mar 2015 14:52:04 +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"
}