contrib/check-code.py
changeset 17111 bddf1220d7a2
parent 16965 91284af53508
child 17167 5f131ae05905
--- 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
   []