view tests/histedit-helpers.sh @ 23118:51ce9d0ddcc7 stable

merge with i18n
author Wagner Bruna <wbruna@yahoo.com>
date Fri, 31 Oct 2014 22:22:41 -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"
}