How do I push all my mercurial branches and tags using the hggit extension?

453 Views Asked by At

I am trying to convert my mercurial repository to git using the hggit extension.

As far as I can tell, it pushes everything over into one branch and one branch only.

How do I push over all my branches and tags using this extension?

1

There are 1 best solutions below

0
Lazy Badger On

You forgot one big thing: Git "branches" and Mercurial branches are very different. And additional trick at HG-side is mandatory for pushing named branches to Git-repo