tests/histedit-helpers.sh
author Simon Sapin <simon.sapin@octobus.net>
Tue, 02 Mar 2021 21:31:12 +0100
changeset 46707 fb2368598281
parent 27350 890273343170
permissions -rw-r--r--
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py` They are mostly equivalent to the corresponding `chg` options. For now, many tests are still failing in this configuration. It is *not* run on CI. Differential Revision: https://phab.mercurial-scm.org/D10095

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
}