equal
deleted
inserted
replaced
383 $ hg unamend |
383 $ hg unamend |
384 $ hg st --copies --change . |
384 $ hg st --copies --change . |
385 A b |
385 A b |
386 a |
386 a |
387 R a |
387 R a |
388 BROKEN: should indicate that b was renamed to c |
|
389 $ hg st --copies |
388 $ hg st --copies |
390 A c |
389 A c |
|
390 b |
391 R b |
391 R b |
392 $ hg revert -qa |
392 $ hg revert -qa |
393 $ rm c |
393 $ rm c |
394 |
394 |
395 Rename a->b, then amend b->c, and working copy change c->d. After unamend, should look like b->d |
395 Rename a->b, then amend b->c, and working copy change c->d. After unamend, should look like b->d |
403 $ hg unamend |
403 $ hg unamend |
404 $ hg st --copies --change . |
404 $ hg st --copies --change . |
405 A b |
405 A b |
406 a |
406 a |
407 R a |
407 R a |
408 BROKEN: should indicate that b was renamed to d |
|
409 $ hg st --copies |
408 $ hg st --copies |
410 A d |
409 A d |
|
410 b |
411 R b |
411 R b |