revision log for the file produce traceback

Bug #304685 reported by Alexander Belchenko
This bug report is a duplicate of:  Bug #263300: Does not work with bzr 1.6. Edit Remove
2
Affects Status Importance Assigned to Milestone
Trac-Bzr
New
Undecided
Unassigned

Bug Description

Python 2.4 @ win32, bzrlib v.1.5, Trac 0.10.4, trac-bzr trunk revno.34.

To reproduce open the branch in the browser, then open any file from branch to view its content. Then click on "Revision log" in the upper menu. I've got:

Oops…
Trac detected an internal error:
...

And traceback below:

Python Traceback

Traceback (most recent call last):
  File "E:\Python24\lib\site-packages\trac\web\main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "E:\Python24\lib\site-packages\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "E:\Python24\lib\site-packages\trac\versioncontrol\web_ui\log.py", line 112, in process_request
    for old_path, old_rev, old_chg in history(limit+1):
  File "build\bdist.win32\egg\tracbzr\backend.py", line 725, in <generator expression>
  File "build\bdist.win32\egg\tracbzr\backend.py", line 730, in _get_history
  File "build\bdist.win32\egg\tracbzr\backend.py", line 689, in _merging_history
AttributeError: 'RevisionTree' object has no attribute 'get_weave'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.