tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Mon, 02 Apr 2018 00:00:29 +0900
changeset 37902 2095331ff926
parent 27350 890273343170
permissions -rw-r--r--
hgweb: wrap {rename} with mappinglist No bare list of mappings should be put in a template mapping.

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
}