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

tests: check how gimport handles git tags

(it does not)
parent a28216b2ea69
No related branches found
No related tags found
1 merge request!124Adjust initial clone and push behaviour
......@@ -247,3 +247,15 @@
alpha 0:ff7a2f2d8d70 git
#endif
$ cd ..
Check whether `gimport` handles tags (it does not)
$ cd hgrepo
$ rm .hg/git-tags .hg/git-mapfile
$ hg gimport
importing git objects into hg
$ hg tags -q
tip
default/master
beta
$ cd ..
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