contrib/check-code.py
changeset 24205 abcb1ee3b20a
parent 23936 30b016ef4bd8
child 24362 58682838f8f7
--- a/contrib/check-code.py	Thu Jan 08 23:05:45 2015 +0900
+++ b/contrib/check-code.py	Thu Mar 05 13:21:57 2015 -0600
@@ -153,7 +153,7 @@
     (uprefix + r'(\s|fi\b|done\b)', "use > for continued lines"),
     (uprefix + r'.*:\.\S*/', "x:.y in a path does not work on msys, rewrite "
      "as x://.y, or see `hg log -k msys` for alternatives", r'-\S+:\.|' #-Rxxx
-     'hg pull -q file:../test'), # in test-pull.t which is skipped on windows
+     '# no-msys'), # in test-pull.t which is skipped on windows
     (r'^  saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
     (r'^  changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
      winglobmsg),