tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 27 Dec 2015 19:58:11 +0900
changeset 28069 b2d24c2898f9
parent 27350 890273343170
permissions -rw-r--r--
encoding: backport paranoid escaping from templatefilters.jsonescape() This was introduced by 55c763926a28. It is required to embed JSON data in HTML page. Convince yourself here: http://escape.alf.nu/1

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
}