Show More
@@ -245,3 +245,27 b' We should make sure all of it (docket + ' | |||||
245 |
|
245 | |||
246 | $ hg status |
|
246 | $ hg status | |
247 | A foo |
|
247 | A foo | |
|
248 | $ cd .. | |||
|
249 | ||||
|
250 | Check dirstate ordering | |||
|
251 | (e.g. `src/dirstate/` and `src/dirstate.rs` shouldn't cause issues) | |||
|
252 | ||||
|
253 | $ hg init repro | |||
|
254 | $ cd repro | |||
|
255 | $ mkdir src | |||
|
256 | $ mkdir src/dirstate | |||
|
257 | $ touch src/dirstate/file1 src/dirstate/file2 src/dirstate.rs | |||
|
258 | $ touch file1 file2 | |||
|
259 | $ hg commit -Aqm1 | |||
|
260 | #if rhg no-rust dirstate-v2 | |||
|
261 | $ hg st | |||
|
262 | ! src/dirstate/file1 (known-bad-output !) | |||
|
263 | ! src/dirstate/file2 (known-bad-output !) | |||
|
264 | ? src/dirstate/file1 (known-bad-output !) | |||
|
265 | ? src/dirstate/file2 (known-bad-output !) | |||
|
266 | expected a value, found none (known-bad-output !) | |||
|
267 | [255] | |||
|
268 | #else | |||
|
269 | $ hg st | |||
|
270 | #endif | |||
|
271 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now