Show More
@@ -482,10 +482,6 b' Copy a->b1 and a->b2, then rename b1->c ' | |||
|
482 | 482 | A b |
|
483 | 483 | $ hg unc a |
|
484 | 484 | note: keeping empty commit |
|
485 | $ hg unc b | |
|
486 | abort: uncommitted changes | |
|
487 | (requires --allow-dirty-working-copy to uncommit) | |
|
488 | [255] | |
|
489 | 485 | $ cat a |
|
490 | 486 | super critical info! |
|
491 | 487 | $ hg log |
@@ -498,6 +494,10 b' Copy a->b1 and a->b2, then rename b1->c ' | |||
|
498 | 494 | |
|
499 | 495 | $ hg ci -Am 'add b' |
|
500 | 496 | $ echo 'foo bar' > b |
|
497 | $ hg unc b | |
|
498 | abort: uncommitted changes | |
|
499 | (requires --allow-dirty-working-copy to uncommit) | |
|
500 | [255] | |
|
501 | 501 | $ hg unc --allow-dirty-working-copy b |
|
502 | 502 | $ hg log |
|
503 | 503 | changeset: 3:30fa958635b2 |
General Comments 0
You need to be logged in to leave comments.
Login now