TypeError in _get_filter_stack_for when using svn-keywords
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Bazaar Subversion Plugin |
Invalid
|
Undecided
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
I'm attempting to use svn-keywords to fill in svn keywords in a bzr checkout. Setting the rules to:
[name *]
svn-keywords = Id, Rev, URL
Causes the following to be reported whenever I attempt to switch branches:
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 "bzrlib\merge.pyo", line 755, in __init__
File "bzrlib\merge.pyo", line 766, in do_merge
File "bzrlib\
File "bzrlib\
File "bzrlib\merge.pyo", line 772, in _do_merge
File "bzrlib\merge.pyo", line 814, in _compute_transform
File "bzrlib\merge.pyo", line 1302, in _do_merge_contents
File "bzrlib\merge.pyo", line 1386, in merge_contents
File "bzrlib\merge.pyo", line 1369, in _default_
File "bzrlib\
File "bzrlib\tree.pyo", line 677, in _content_
File "bzrlib\
TypeError: list objects are unhashable
bzr 2.1.1 on python 2.5.4 (Windows-
arguments: ['bzr', 'switch', '..\\features\
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\
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
summary: |
- TypeError in _get_fitler_stack_for when using svn-keywords + TypeError in _get_filter_stack_for when using svn-keywords |
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | removed: check-for-breezy |
Thanks for the report. i'm not immediately sure if this is a bug in bzr or if bzr-svn is passing a list when it shouldn't be.