1

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?

Lee Atkinson
  • 2,171
  • 3
  • 20
  • 32

1 Answers1

1

Bug, introduced in 2.1.1

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Lazy Badger
  • 94,711
  • 9
  • 78
  • 110