view tests/histedit-helpers.sh @ 28956:eea98190ed73

templater: inline compiletemplate() function into engine This allows the template engine to modify parsed tree.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2016 13:23:40 +0900
parents 890273343170
children
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" | \
    cat
}