tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Sat, 30 Sep 2017 12:57:00 -0400
changeset 34387 44841a4d0efb
parent 27350 890273343170
permissions -rw-r--r--
tests: update some clonebundles expectations to pass on both pure and non-pure Specifically, zstd isn't available in --pure mode, and we need to glob off the leading comma as well as the absent compression engine. Differential Revision: https://phab.mercurial-scm.org/D859

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
}