view tests/histedit-helpers.sh @ 22320:e46a0d561229 stable

merge with i18n
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 01 Sep 2014 10:54:49 -0300
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"
}