contrib/check-code.py
changeset 18832 a911e5dc2b00
parent 18762 a91387a37f05
child 18833 b1a42a6087ca
--- a/contrib/check-code.py	Tue Mar 26 16:27:51 2013 -0700
+++ b/contrib/check-code.py	Thu Feb 28 23:45:51 2013 +0100
@@ -89,6 +89,7 @@
     (r"<<(\S+)((.|\n)*?\n\1)", rephere),
 ]
 
+winglobmsg = "use (glob) to match Windows paths too"
 uprefix = r"^  \$ "
 utestpats = [
   [
@@ -101,8 +102,7 @@
      "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"),
+    (r'^  saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
   ],
   # warnings
   [