'bzr status' crash if .bzrignore containts Latin-2 chars
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Low
|
Jason Spashett |
Bug Description
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "encodings\
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 125-127: invalid
data
bzr 1.0.0 on python 2.5.1.final.0 (win32)
arguments: ['bzr', 'st']
encoding: 'cp1250', fsenc: 'mbcs', lang: None
plugins:
launchpad C:\Program Files\Bazaar\
multiparent C:\Program Files\Bazaar\
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Windows XP ENU Prof / Hungarian Envireonment
Related branches
- Martin Pool: Approve
- John A Meinel: Approve
-
Diff: 72 lines (+40/-2)2 files modifiedbzrlib/ignores.py (+28/-2)
bzrlib/tests/test_ignores.py (+12/-0)
Changed in bzr: | |
assignee: | nobody → Jason Spashett (jspashett) |
Changed in bzr: | |
status: | Confirmed → In Progress |
Changed in bzr: | |
status: | In Progress → Fix Committed |
Changed in bzr: | |
milestone: | none → 2.2b4 |
status: | Fix Committed → Fix Released |
Hello, thanks for the bug report.
Could you attach the .bzrignore file so we can look into it a bit more?
Thanks!