tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Sep 2017 17:37:17 +0900
changeset 34088 f55769e41803
parent 27350 890273343170
permissions -rw-r--r--
py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()

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
}