Mercurial > hg
view tests/histedit-helpers.sh @ 28271:5c454ab69558
revset: drop translation markers from error messages of internal _matchfiles
They are a sort of debug messages, which should never be visible to end users.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 05 May 2015 10:47:35 +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 }