tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Wed, 16 Oct 2019 20:34:56 +0200
changeset 43274 733d4ffcd667
parent 27350 890273343170
permissions -rw-r--r--
rust-dirstate-status: add call to rust-fast path for `dirstate.status` The reasoning behind this patch is explained in the first patch of the series. Differential Revision: https://phab.mercurial-scm.org/D7060

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
}