tests/histedit-helpers.sh
author Simon Sapin <simon.sapin@octobus.net>
Mon, 13 Sep 2021 13:29:55 +0200
changeset 47987 21d25e9ee58e
parent 27350 890273343170
permissions -rw-r--r--
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object That way if one of them is accessed multiple times it won’t be reopened from the filesystem. Differential Revision: https://phab.mercurial-scm.org/D11406

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
}