tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Thu, 01 Oct 2020 09:49:33 +0200
changeset 45618 d5407b2e7689
parent 27350 890273343170
permissions -rw-r--r--
rust: leverage improved match ergonomics Differential Revision: https://phab.mercurial-scm.org/D9137

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
}