Show More
@@ -511,10 +511,10 b' test clone with a specific revision' | |||||
511 |
|
511 | |||
512 | test clone with update to a bookmark |
|
512 | test clone with update to a bookmark | |
513 |
|
513 | |||
514 | $ hg clone -u Z . cloned-bookmarks-update |
|
514 | $ hg clone -u Z . ../cloned-bookmarks-update | |
515 | updating to branch default |
|
515 | updating to branch default | |
516 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
516 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
517 | $ hg -R cloned-bookmarks-update bookmarks |
|
517 | $ hg -R ../cloned-bookmarks-update bookmarks | |
518 | X2 1:925d80f479bb |
|
518 | X2 1:925d80f479bb | |
519 | Y 2:db815d6d32e6 |
|
519 | Y 2:db815d6d32e6 | |
520 | * Z 2:db815d6d32e6 |
|
520 | * Z 2:db815d6d32e6 | |
@@ -569,10 +569,10 b' pull --update works the same as pull && ' | |||||
569 |
|
569 | |||
570 | $ hg bookmark -r3 Y |
|
570 | $ hg bookmark -r3 Y | |
571 | moving bookmark 'Y' forward from db815d6d32e6 |
|
571 | moving bookmark 'Y' forward from db815d6d32e6 | |
572 | $ hg -R cloned-bookmarks-update update Y |
|
572 | $ hg -R ../cloned-bookmarks-update update Y | |
573 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
573 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
574 | (activating bookmark Y) |
|
574 | (activating bookmark Y) | |
575 | $ hg -R cloned-bookmarks-update pull --update . |
|
575 | $ hg -R ../cloned-bookmarks-update pull --update . | |
576 | pulling from . |
|
576 | pulling from . | |
577 | searching for changes |
|
577 | searching for changes | |
578 | adding changesets |
|
578 | adding changesets |
General Comments 0
You need to be logged in to leave comments.
Login now