##// END OF EJS Templates
check-code: allow disabling msys path check
Matt Mackall -
r24205:abcb1ee3 default
parent child Browse files
Show More
@@ -153,7 +153,7 b' utestpats = ['
153 153 (uprefix + r'(\s|fi\b|done\b)', "use > for continued lines"),
154 154 (uprefix + r'.*:\.\S*/', "x:.y in a path does not work on msys, rewrite "
155 155 "as x://.y, or see `hg log -k msys` for alternatives", r'-\S+:\.|' #-Rxxx
156 'hg pull -q file:../test'), # in test-pull.t which is skipped on windows
156 '# no-msys'), # in test-pull.t which is skipped on windows
157 157 (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
158 158 (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
159 159 winglobmsg),
@@ -76,7 +76,7 b" Test 'file:' uri handling:"
76 76 abort: file:// URLs can only refer to localhost
77 77 [255]
78 78
79 $ hg pull -q file:../test
79 $ hg pull -q file:../test # no-msys
80 80
81 81 It's tricky to make file:// URLs working on every platform with
82 82 regular shell commands.
General Comments 0
You need to be logged in to leave comments. Login now