view tests/histedit-helpers.sh @ 20651:c1a52dd56eb4

merge: add blank line between mergestate's method This class is now too big to be a single big block of continuous text.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 05 Mar 2014 10:22:43 -0800
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"
}