tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Mon, 24 Sep 2018 18:57:54 +0900
changeset 39977 74da9d999cd7
parent 27350 890273343170
permissions -rw-r--r--
rust-chg: add Client extensions to run cHg-specific requests This just provides a nicer way to issue command-server requests.

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
}