view tests/histedit-helpers.sh @ 39461:7df9ae38c75c

help: add internals.wireprotocolv2 to the table, and remove redundant header
author Yuya Nishihara <yuya@tcha.org>
date Thu, 06 Sep 2018 21:55:30 +0900
parents 890273343170
children
line wrap: on
line source

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
}