What's the best way to convert a Mercurial repo which uses bookmarks to a Git repo?
I've tried the steps listed here in Cygwin, but it converted only the default branch to master. The "branch" where I am using a bookmark on was not included in the conversion, although it did issue an error at the start about the Hg repo having an "unnamed" head.
The steps listed here (using git-hg) did not work at all.
Cygwin has Hg 1.9.3 and Git 1.7.5.1 installed, if that helps.