Skip to content
Snippets Groups Projects
Commit c6215c97 authored by Toshi MARUYAMA's avatar Toshi MARUYAMA
Browse files

hgrepo: fix _findtags changes on Mercurial 2.2

parent 7e98801a
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
tags[tag] = bin(rev)
tagtypes[tag] = 'git'
tags.update(self.gitrefs())
return (tags, tagtypes)
def gitrefs(self):
......
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