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