tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 14 Aug 2016 17:07:05 +0900
changeset 29791 28591876fa63
parent 27350 890273343170
permissions -rw-r--r--
test-gpg: run migration of v1 secret keys beforehand This suppresses unwanted output at "hg sign".

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
}