commit with commit message in unexpected encoding gives unfriendly error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
I have commit with a MSGFILE
bzr ci --file=logfile
and I get the following error msg
zunbeltz@
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 "/usr/lib/
File "/usr/lib/
return self.reader.
File "/usr/lib/
newchars, decodedbytes = self.decode(data, self.errors)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 61-64: invalid data
bzr 0.11.0 on python 2.4.3.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'ci', '--file=logfile']
** please send this report to <email address hidden>
Changed in bzr: | |
importance: | Undecided → Low |
status: | Unconfirmed → Confirmed |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
I attach the logfile