I am trying to convert an existing git repository to mercurial, but am having no luck. I have already tried hg convert, but when I run hg convert as follows:
hg convert --source-type git --dest-type hg file:///home/localalexa/GitProject/
I get the following error:
file:///home/localalexa/GitProject/ does not look like a Git repository
When I try to clone the repository using hg-git, I get the same error. I have tried using hg convert and hg-git against locally cloned repositories and repositories served over HTTP, and I have tried the conversion/cloning process on Windows and Linux machines. Any help on this is greatly appreciated.