Show More
@@ -276,6 +276,12 b' handling of untracked directories and mi' | |||||
276 | $ rm d1/a |
|
276 | $ rm d1/a | |
277 | $ hg rm --after d1 |
|
277 | $ hg rm --after d1 | |
278 | removing d1/a (glob) |
|
278 | removing d1/a (glob) | |
|
279 | #if windows | |||
|
280 | $ hg rm --after nosuch | |||
|
281 | nosuch: * (glob) | |||
|
282 | [1] | |||
|
283 | #else | |||
279 | $ hg rm --after nosuch |
|
284 | $ hg rm --after nosuch | |
280 | nosuch: No such file or directory |
|
285 | nosuch: No such file or directory | |
281 | [1] |
|
286 | [1] | |
|
287 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now