Mercurial > public > mercurial-scm > hg-stable
diff contrib/check-code.py @ 18833:b1a42a6087ca
tests: append missing glob to filename output and check-code it
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Fri, 01 Mar 2013 00:03:51 +0100 |
parents | a911e5dc2b00 |
children | 1a4a939a6b90 |
line wrap: on
line diff
--- a/contrib/check-code.py Thu Feb 28 23:45:51 2013 +0100 +++ b/contrib/check-code.py Fri Mar 01 00:03:51 2013 +0100 @@ -103,6 +103,7 @@ (uprefix + r'set -e', "don't use set -e"), (uprefix + r'\s', "don't indent commands, use > for continued lines"), (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg), + (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$', winglobmsg), ], # warnings [