view tests/histedit-helpers.sh @ 38222:507bdc40bb17

run-tests: add support for running specific test cases Differential Revision: https://phab.mercurial-scm.org/D3555
author Boris Feld <boris.feld@octobus.net>
date Thu, 26 Apr 2018 23:57:20 +0200
parents 890273343170
children
line wrap: on
line source

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
}