tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Wed, 04 Apr 2018 20:18:28 +0900
changeset 38063 3c995af3066e
parent 27350 890273343170
permissions -rw-r--r--
hgweb: wrap {entries}* of tags with mappinggenerator They were functions returning a generator of mappings. The laziness is handled by the mappinggenerator class.

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
}