##// END OF EJS Templates
test-bookmarks.t: check that bookmark "default" is not automatically checked out...
Thomas Arendsen Hein -
r17868:04755508 stable
parent child Browse files
Show More
@@ -394,6 +394,22 b' test clone with pull protocol'
394 $ hg bookmark -d @
394 $ hg bookmark -d @
395 $ hg bookmark -d a@
395 $ hg bookmark -d a@
396
396
397 test clone with a bookmark named "default" (issue3677)
398
399 $ hg bookmark -r 1 -f -i default
400 $ hg clone . cloned-bookmark-default
401 updating to branch default
402 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
403 $ hg -R cloned-bookmark-default bookmarks
404 X2 1:925d80f479bb
405 Y 2:db815d6d32e6
406 Z 2:db815d6d32e6
407 default 1:925d80f479bb
408 x y 2:db815d6d32e6
409 $ hg -R cloned-bookmark-default parents -q
410 2:db815d6d32e6
411 $ hg bookmark -d default
412
397 test clone with a specific revision
413 test clone with a specific revision
398
414
399 $ hg clone -r 925d80 . cloned-bookmarks-rev
415 $ hg clone -r 925d80 . cloned-bookmarks-rev
General Comments 0
You need to be logged in to leave comments. Login now