Mercurial > hg
view tests/histedit-helpers.sh @ 26665:6331a0c310db
util: also catch IndexError
This makes life so, so much easier for hgwatchman, which provides a named tuple
but throws an IndexError instead of a TypeError.
author | Sean Farley <sean@farley.io> |
---|---|
date | Tue, 13 Oct 2015 16:05:30 -0700 |
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" }