tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Mar 2020 16:00:45 +0900
changeset 44591 1f81f680912f
parent 27350 890273343170
permissions -rw-r--r--
templater: remember cache key of evaluated revset This provides a hint for caching further computation result of the given revset. See the next patch for example.

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
}