view tests/histedit-helpers.sh @ 42607:8f7c3f43e3ac

inno: correct the path display in a literal block of the readme Otherwise, the path components allrantogether. Differential Revision: https://phab.mercurial-scm.org/D6648
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 16 Jul 2019 00:00:17 -0400
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
}