UTF-8 error blocking import of Mercurial (hg) repository
I have a Mercurial repository with about 2100 commits. It exported successfully to the fast-import format (about 53 GB). However, when I try to import, it fails with a 'utf8' error:
...
16:02:09 800/2100 commits processed at 199/minute (800)
16:03:52 900/2100 commits processed at 157/minute (900)
ABORT: exception occurred processing commit :901
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
user_
File "/usr/lib/
return proc.process(
File "/usr/lib/
super(
File "/usr/lib/
handler(self, cmd)
File "/usr/lib/
handler.
File "/usr/lib/
handler(self, fc)
File "/usr/lib/
self.
File "/usr/lib/
return codecs.
UnicodeDecodeError: 'utf8' codec can't decode byte 0xb9 in position 14: unexpected code byte
I'm running this on Ubuntu. bzr version "2.4.0-
Any ideas for converting this repository successfully?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Jim Slattery
- Solved:
- Last query:
- Last reply: