Mercurial > hg
view tests/histedit-helpers.sh @ 26107:50582df9d7a7
parsers: fix two cases of unsigned long instead of Py_ssize_t
We had to do this before because Python 2.4 didn't understand the n
format specifier in Py_BuildValue and friends. We no longer have that
problem.
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 26 Aug 2015 10:20:07 -0400 |
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" }