view tests/histedit-helpers.sh @ 30450:de48d3a0573a

hghave: add check for zstd support Not all configurations will support zstd. Add a check so we can conditionalize tests.
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 10 Nov 2016 23:38:41 -0800
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
}