Show More
@@ -552,12 +552,19 b' Strip adds, removes, modifies with --kee' | |||||
552 | $ echo b > b |
|
552 | $ echo b > b | |
553 | $ echo d > d |
|
553 | $ echo d > d | |
554 | $ hg strip --keep tip |
|
554 | $ hg strip --keep tip | |
555 |
saved backup bundle to $TESTTMP/test/.hg/strip-backup/ |
|
555 | saved backup bundle to $TESTTMP/test/.hg/strip-backup/*-backup.hg (glob) | |
556 | $ hg status |
|
556 | $ hg status | |
557 | M b |
|
557 | M b | |
558 | ! bar |
|
558 | ! bar | |
559 | ? c |
|
559 | ? c | |
560 | ? d |
|
560 | ? d | |
|
561 | ||||
|
562 | ... after updating the dirstate | |||
|
563 | $ hg add c | |||
|
564 | $ hg commit -mc | |||
|
565 | $ hg rm c | |||
|
566 | $ hg commit -mc | |||
|
567 | $ hg strip --keep '.^' -q | |||
561 | $ cd .. |
|
568 | $ cd .. | |
562 |
|
569 | |||
563 | stripping many nodes on a complex graph (issue3299) |
|
570 | stripping many nodes on a complex graph (issue3299) |
General Comments 0
You need to be logged in to leave comments.
Login now