tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Tue, 11 Sep 2018 22:38:32 +0900
changeset 39533 f6bcb4f9cd3c
parent 27350 890273343170
permissions -rw-r--r--
ancestor: remove alias of initrevs from _lazyancestorsiter() It's just redundant and less comprehensible.

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
}