tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 21 Jul 2018 14:52:36 +0900
changeset 38801 1d1c1645d7b9
parent 27350 890273343170
permissions -rw-r--r--
debugfileset: backport --show-stage option from debugrevspec I'll add some static optimizations to fileset.

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
}