view tests/histedit-helpers.sh @ 19298:6cd8403e070f

color: use pythons isinstance method instead of reprogramming it
author Simon Heimberg <simohe@besonet.ch>
date Wed, 05 Jun 2013 22:06:16 +0200
parents 35729bdd59b6
children 890273343170
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"
}