Show More
@@ -569,6 +569,30 b' pull --update works the same as pull && ' | |||
|
569 | 569 | |
|
570 | 570 | $ hg bookmark -r3 Y |
|
571 | 571 | moving bookmark 'Y' forward from db815d6d32e6 |
|
572 | $ cp -r ../cloned-bookmarks-update ../cloned-bookmarks-manual-update | |
|
573 | ||
|
574 | (manual version) | |
|
575 | ||
|
576 | $ hg -R ../cloned-bookmarks-manual-update update Y | |
|
577 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
578 | (activating bookmark Y) | |
|
579 | $ hg -R ../cloned-bookmarks-manual-update pull . | |
|
580 | pulling from . | |
|
581 | searching for changes | |
|
582 | adding changesets | |
|
583 | adding manifests | |
|
584 | adding file changes | |
|
585 | added 2 changesets with 2 changes to 2 files (+1 heads) | |
|
586 | updating bookmark Y | |
|
587 | updating bookmark Z | |
|
588 | (run 'hg heads' to see heads, 'hg merge' to merge) | |
|
589 | $ hg -R ../cloned-bookmarks-manual-update update | |
|
590 | updating to active bookmark Y | |
|
591 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
592 | (activating bookmark Y) | |
|
593 | ||
|
594 | (all in one version) | |
|
595 | ||
|
572 | 596 | $ hg -R ../cloned-bookmarks-update update Y |
|
573 | 597 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
574 | 598 | (activating bookmark Y) |
General Comments 0
You need to be logged in to leave comments.
Login now