view tests/histedit-helpers.sh @ 25598:55c2cb65bdfa

templater: drop strtoken argument from compiletemplate() There's no "rawstring" template now.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 13 Jun 2015 20:23:52 +0900
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"
}