# HG changeset patch # User Simon Heimberg # Date 1362095962 -3600 # Node ID 1a4a939a6b90eb170ef5449f988b9bf26b8f5890 # Parent b1a42a6087ca77cb514d60752c6a1123e551e3cf check-code: re-add check for missing glob As suggested by mpm reintroducing this test failure on windows is prevented by a code-check. One line in a unix test is ignored. This pattern matches 20 windows glob lines. diff -r b1a42a6087ca -r 1a4a939a6b90 contrib/check-code.py --- a/contrib/check-code.py Fri Mar 01 00:03:51 2013 +0100 +++ b/contrib/check-code.py Fri Mar 01 00:59:22 2013 +0100 @@ -104,6 +104,7 @@ (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), + (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), ], # warnings [