view tests/histedit-helpers.sh @ 20069:a7cb5ddb08de stable

i18n-pt_BR: fix typos in notify docs
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 18 Nov 2013 13:29:05 -0200
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"
}