view tests/histedit-helpers.sh @ 25172:ca9c02cb81be

subrepo: further replacement of try/except with 'next' Burn StopIteration, Burn!
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 18 May 2015 12:31:41 -0500
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"
}