view tests/histedit-helpers.sh @ 26231:87c9c562c37a

parser: move unescape helper from templater revset and fileset have a similar problem, so let's make it a common helper function.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 10 Sep 2015 23:25:10 +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"
}