view tests/histedit-helpers.sh @ 42617:7629eb87e7f2

phabricator: demonstrate broken phabread on string local:commit times Differential Revision: https://phab.mercurial-scm.org/D6649
author Ian Moody <moz-ian@perix.co.uk>
date Tue, 16 Jul 2019 18:38:38 +0100
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
}