tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 06 Mar 2020 00:28:09 +0100
branchstable
changeset 44200 dca4b5da417d
parent 27350 890273343170
permissions -rw-r--r--
test: cleanly skip test-remotefilelog-datapack.py on policy that breaks it That tests requires the pure module to be available. Differential Revision: https://phab.mercurial-scm.org/D8245

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
}