tests/histedit-helpers.sh
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 14:12:03 -0400
changeset 33892 78f644fdaa2a
parent 27350 890273343170
permissions -rw-r--r--
hgperf: update to conform with import style checks

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
}