Skip to content
Snippets Groups Projects
Commit 04755508 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

test-bookmarks.t: check that bookmark "default" is not automatically checked out

This verifies that c9339efed653 fixes the problem originally reported in
issue3677.
parent c9339efe
No related branches found
No related tags found
No related merge requests found
......@@ -394,6 +394,22 @@
$ hg bookmark -d @
$ hg bookmark -d a@
test clone with a bookmark named "default" (issue3677)
$ hg bookmark -r 1 -f -i default
$ hg clone . cloned-bookmark-default
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg -R cloned-bookmark-default bookmarks
X2 1:925d80f479bb
Y 2:db815d6d32e6
Z 2:db815d6d32e6
default 1:925d80f479bb
x y 2:db815d6d32e6
$ hg -R cloned-bookmark-default parents -q
2:db815d6d32e6
$ hg bookmark -d default
test clone with a specific revision
$ hg clone -r 925d80 . cloned-bookmarks-rev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment