tests/test-bookmarks.t
changeset 20117 aa9385f983fa
parent 19523 f37b5a17e6a0
child 21404 ca275f7ec576
equal deleted inserted replaced
20116:9e0219967e38 20117:aa9385f983fa
   547   $ hg book
   547   $ hg book
   548   no bookmarks set
   548   no bookmarks set
   549 
   549 
   550 test stripping a non-checked-out but bookmarked revision
   550 test stripping a non-checked-out but bookmarked revision
   551 
   551 
   552   $ hg --config extensions.graphlog= log --graph
   552   $ hg log --graph
   553   o  changeset:   4:9ba5f110a0b3
   553   o  changeset:   4:9ba5f110a0b3
   554   |  branch:      test
   554   |  branch:      test
   555   |  tag:         tip
   555   |  tag:         tip
   556   |  parent:      2:db815d6d32e6
   556   |  parent:      2:db815d6d32e6
   557   |  user:        test
   557   |  user:        test
   585   $ hg book four
   585   $ hg book four
   586   $ hg --config extensions.mq= strip 3
   586   $ hg --config extensions.mq= strip 3
   587   saved backup bundle to * (glob)
   587   saved backup bundle to * (glob)
   588 should-end-on-two should end up pointing to revision 2, as that's the
   588 should-end-on-two should end up pointing to revision 2, as that's the
   589 tipmost surviving ancestor of the stripped revision.
   589 tipmost surviving ancestor of the stripped revision.
   590   $ hg --config extensions.graphlog= log --graph
   590   $ hg log --graph
   591   @  changeset:   3:9ba5f110a0b3
   591   @  changeset:   3:9ba5f110a0b3
   592   |  branch:      test
   592   |  branch:      test
   593   |  bookmark:    four
   593   |  bookmark:    four
   594   |  tag:         tip
   594   |  tag:         tip
   595   |  user:        test
   595   |  user:        test