diff -r a911e5dc2b00 -r b1a42a6087ca contrib/check-code.py --- 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 [