AttributeError on 'is_ignored' in treewidget filtering when adding in tree with conflicts
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
QBzr | Status tracked in Trunk | |||||
0.21 |
Fix Released
|
Medium
|
Martin Packman | |||
Trunk |
Fix Released
|
Medium
|
Martin Packman |
Bug Description
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "D:\bzr\
File "D:\bzr\
File "D:\bzr\
AttributeError: 'NoneType' object has no attribute 'is_ignored'
bzr 2.1.0 on python 2.5.4 (win32)
arguments: ['C:\\Program Files\\
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
bzrtools C:\Program Files\Bazaar\
explorer C:\Program Files\Bazaar\
launchpad C:\Program Files\Bazaar\
netrc_
news_merge C:\Program Files\Bazaar\
qbzr C:\Program Files\Bazaar\
rebase C:\Program Files\Bazaar\
svn C:\Program Files\Bazaar\
upload C:\Program Files\Bazaar\
xmloutput C:\Program Files\Bazaar\
Related branches
- Alexander Belchenko: Needs Information
-
Diff: 95 lines (+41/-11)2 files modifiedlib/tests/test_treewidget.py (+33/-6)
lib/treewidget.py (+8/-5)
- QBzr Developers: Pending requested
-
Diff: 128 lines (+49/-17)4 files modifiedNEWS.txt (+3/-0)
lib/tests/__init__.py (+5/-6)
lib/tests/test_treewidget.py (+33/-6)
lib/treewidget.py (+8/-5)
Changed in qbzr: | |
assignee: | nobody → Martin Packman (gz) |
status: | Confirmed → In Progress |
no longer affects: | qbzr/0.22 |
Can you check QBzr 0.18.5 and see is the bug still present there?