Show More
@@ -27,6 +27,13 b' should print a warning that this is not ' | |||||
27 | A foo |
|
27 | A foo | |
28 | $ hg commit -m1 |
|
28 | $ hg commit -m1 | |
29 |
|
29 | |||
|
30 | moving a missing file | |||
|
31 | $ rm foo | |||
|
32 | $ hg mv foo foo3 | |||
|
33 | foo: deleted in working copy | |||
|
34 | foo3 does not exist! | |||
|
35 | $ hg up -qC . | |||
|
36 | ||||
30 | copy --after to a nonexistant target filename |
|
37 | copy --after to a nonexistant target filename | |
31 | $ hg cp -A foo dummy |
|
38 | $ hg cp -A foo dummy | |
32 | foo: not recording copy - dummy does not exist |
|
39 | foo: not recording copy - dummy does not exist |
General Comments 0
You need to be logged in to leave comments.
Login now