Skip to content
Snippets Groups Projects
Commit efbeddd21a6f authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

test-bookmark-workflow: use symbolic references when creating branch

parent 341317cae0d7
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
$ for f in alpha beta gamma delta; do
> echo $f > $f; git add $f; gitcommit -m "add $f"
> done
$ git branch b1 9497a4e
$ git branch b1 master~2
$ gitstate
55b133e "add delta" refs: (*master) (glob)
d338971 "add gamma" refs:
......@@ -250,7 +250,7 @@
But with the bookmark unmoved, it disappears!
$ cd gitremoterepo
$ git branch b1 9497a4e
$ git branch b1 master~2
$ cd ../hggitlocalrepo
$ hg pull
pulling from $TESTTMP/gitremoterepo
......
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