##// END OF EJS Templates
test-bookmarks.t: avoid nested repo...
Siddharth Agarwal -
r25893:04ae6feb default
parent child Browse files
Show More
@@ -511,10 +511,10 b' test clone with a specific revision'
511 511
512 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 515 updating to branch default
516 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 518 X2 1:925d80f479bb
519 519 Y 2:db815d6d32e6
520 520 * Z 2:db815d6d32e6
@@ -569,10 +569,10 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 $ hg -R cloned-bookmarks-update update Y
572 $ hg -R ../cloned-bookmarks-update update Y
573 573 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
574 574 (activating bookmark Y)
575 $ hg -R cloned-bookmarks-update pull --update .
575 $ hg -R ../cloned-bookmarks-update pull --update .
576 576 pulling from .
577 577 searching for changes
578 578 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now