Since Bitbucket deprecated Mercurial, I converted my repos from Hg to Mercurial.
I also exported the Bitbucket issues from the Mercurial repos and imported them in their Git counterpart: however all the issues references to commits stopped working.
So, I've created a tool that modified the files that Bitbucket creates during the issues export and replace all the references to Hg commits with the proper Git hashes, then imported the modified file into the Git repos and..voila'.
The tool is here: https://bitbucket.org/binarno/bitbucketconverthgissuestogit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.