uncaught exception: bzr: ERROR: exceptions.UnicodeDecodeError:
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Diffstat Plugin |
Confirmed
|
High
|
Russ Brown |
Bug Description
>> bzr diffstat -rbranch:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/home/
diff = self.__diff(bzrdir, revision, file_list)
File "/home/
out.seek(0)
File "StringIO.py", line 107, in seek
self.buf += ''.join(
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 45: ordinal not in range(128)
bzr 0.9.0 on python 2.4.4.candidate.0 (linux2)
arguments: ['/usr/bin/bzr', 'diffstat', '-rbranch:
** please send this report to <email address hidden>
zsh: exit 3 bzr diffstat -rbranch:
This seems to be a bug in the diffstat plugin, possibly something to do with not supporting Unicode filenames.
diffstat doesn't seem to have a launchpad entry, so I can't re-assign it just yet, but I'll try to get in touch with Michael Ellerman who seems to maintain it.