Mercurial > hg
view tests/histedit-helpers.sh @ 30422:0e6ce6313e47
worker: fix missed break on successful waitpid()
Follow-up for 5069a8a40b1b.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 17 Nov 2016 21:43:01 +0900 |
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 }