Error when converting git repo to mercurial using hg convert

231 Views Asked by At

If I run:

hg convert /path/to/repo

I get the error:

abort: invalid mode ('r') or filename

I've checked and I think the error is a Python error, but it doesn't help me resolve the errror.

Is there any way to get more information and, ultimate fix?

1

There are 1 best solutions below

1
On BEST ANSWER

Bug, introduced in 2.1.1

Downgrade to 2.1 or wait April release: patch already committed.