diff -r 722fd97f6645 -r bddf1220d7a2 contrib/check-code.py --- a/contrib/check-code.py Thu Jul 05 00:35:42 2012 +0200 +++ b/contrib/check-code.py Thu Jul 05 00:49:26 2012 +0200 @@ -100,6 +100,8 @@ "explicit exit code checks unnecessary"), (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$', + "use (glob) to match Windows paths too"), ], # warnings []