Show More
@@ -51,6 +51,11 should fail | |||
|
51 | 51 | A a |
|
52 | 52 | A b |
|
53 | 53 | A con.xml |
|
54 | $ hg forget con.xml | |
|
55 | $ rm con.xml | |
|
56 | #endif | |
|
57 | ||
|
58 | #if eol-in-paths | |
|
54 | 59 | $ echo bla > 'hello:world' |
|
55 | 60 | $ hg --config ui.portablefilenames=abort add |
|
56 | 61 | adding hello:world |
@@ -59,14 +64,12 should fail | |||
|
59 | 64 | $ hg st |
|
60 | 65 | A a |
|
61 | 66 | A b |
|
62 | A con.xml | |
|
63 | 67 | ? hello:world |
|
64 | 68 | $ hg --config ui.portablefilenames=ignore add |
|
65 | 69 | adding hello:world |
|
66 | 70 | $ hg st |
|
67 | 71 | A a |
|
68 | 72 | A b |
|
69 | A con.xml | |
|
70 | 73 | A hello:world |
|
71 | 74 | #endif |
|
72 | 75 |
@@ -136,7 +136,7 check names for repositories (clashes wi | |||
|
136 | 136 | hg init "ssh"... ok |
|
137 | 137 | hg init "static-http"... ok |
|
138 | 138 | hg init "with space"... ok |
|
139 |
#if |
|
|
139 | #if eol-in-paths | |
|
140 | 140 | /* " " is not a valid name for a directory on Windows */ |
|
141 | 141 | $ hg init " " |
|
142 | 142 | $ test -d " " |
General Comments 0
You need to be logged in to leave comments.
Login now