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

gimport: imports tags as well

parent d1b1edc48da7
No related branches found
No related tags found
1 merge request!124Adjust initial clone and push behaviour
......@@ -297,6 +297,7 @@
refs = self.git.refs.as_dict()
filteredrefs = self.filter_min_date(refs)
self.import_git_objects(remote_name, filteredrefs)
self.import_tags(refs)
self.update_hg_bookmarks(refs)
def fetch(self, remote, heads):
......
......@@ -248,7 +248,7 @@
#endif
$ cd ..
Check whether `gimport` handles tags (it does not)
Check whether `gimport` handles tags
$ cd hgrepo
$ rm .hg/git-tags .hg/git-mapfile
......@@ -257,4 +257,5 @@
$ hg tags -q
tip
default/master
gamma
beta
......@@ -260,2 +261,4 @@
beta
detached
alpha
$ 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