Public bug reported:

Trying to view a changeset, annotate, revision log results in a
traceback because of symbol removed in bzr 1.6

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in 
_dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in 
dispatch
    resp = chosen_handler.process_request(req)
  File 
"/usr/lib/python2.5/site-packages/trac/versioncontrol/web_ui/changeset.py", 
line 267, in process_request
    prev = repos.get_node(new_path, new).get_previous()
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 394, 
in get_previous
    for p in self.get_history(2):
  File "/var/lib/python-support/python2.5/tracbzr/backend.py", line 734, in 
<genexpr>
    return (y for x, y in izip(range(limit), history_iter))
  File "/var/lib/python-support/python2.5/tracbzr/backend.py", line 739, in 
_get_history
    history = list(self._merging_history())
  File "/var/lib/python-support/python2.5/tracbzr/backend.py", line 698, in 
_merging_history
    weave = self.tree._get_weave(self.entry.file_id)
AttributeError: 'RevisionTree' object has no attribute '_get_weave'

** Affects: trac-bzr
     Importance: Undecided
         Status: New

** Affects: trac-bzr (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: trac-bzr (Ubuntu)
   Importance: Undecided
       Status: New

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to