Show More
@@ -232,6 +232,7 b' Unamending an added file with dirty wdir' | |||||
232 |
|
232 | |||
233 | $ hg revert --all |
|
233 | $ hg revert --all | |
234 | forgetting bar |
|
234 | forgetting bar | |
|
235 | $ rm bar | |||
235 |
|
236 | |||
236 | Unamending in middle of a stack |
|
237 | Unamending in middle of a stack | |
237 |
|
238 | |||
@@ -302,7 +303,6 b' Trying to unamend a public changeset' | |||||
302 | Testing whether unamend retains copies or not |
|
303 | Testing whether unamend retains copies or not | |
303 |
|
304 | |||
304 | $ hg status |
|
305 | $ hg status | |
305 | ? bar |
|
|||
306 |
|
306 | |||
307 | $ hg mv a foo |
|
307 | $ hg mv a foo | |
308 |
|
308 | |||
@@ -370,3 +370,5 b' Retained copies in working directoy' | |||||
370 | diff --git a/c b/wat |
|
370 | diff --git a/c b/wat | |
371 | rename from c |
|
371 | rename from c | |
372 | rename to wat |
|
372 | rename to wat | |
|
373 | $ hg revert -qa | |||
|
374 | $ rm foobar wat |
General Comments 0
You need to be logged in to leave comments.
Login now