view tests/histedit-helpers.sh @ 34257:2844c4bd5a39

merge with stable
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Mon, 18 Sep 2017 14:12:20 -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
}