view tests/histedit-helpers.sh @ 34921:76ba5b5a53f0 stable

packaging: update book URL in Mac and Windows READMEs
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Fri, 20 Oct 2017 13:54:51 -0500
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
}