~trac-bzr-team/trac-bzr/trunk

« back to all changes in this revision

Viewing changes to .be/bugs/e4a7dc36-b82e-4082-a694-e0f2b52f5fbf/comments/ec3e2d58-e52e-4e7a-9228-d8888d15fd3a/body

  • Committer: Martin von Gagern
  • Date: 2010-02-20 21:19:48 UTC
  • Revision ID: martin.vgagern@gmx.net-20100220211948-ef53ccgiwq24sz6l
Dropped Bugs Everywhere directory.

I'm not using Bugs Everywhere, and those old bugs seem pretty outdated.
As bugs should be reported using launchpad, adn will be tracked there, I see
little point in keeping an alternate and obsolete bug tracking
infrastructure around.  It would only add confusion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Browse Source -> Last Change
2
 
 
3
 
Traceback (most recent call last):
4
 
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
5
 
    dispatcher.dispatch(req)
6
 
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 238, in dispatch
7
 
    resp = chosen_handler.process_request(req)
8
 
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 254, in process_request
9
 
    diff_args, diff_options)
10
 
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 479, in _render_html
11
 
    for old_node, new_node, kind, change in get_changes():
12
 
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 292, in get_changes
13
 
    for npath, kind, change, opath, orev in chgset.get_changes():
14
 
  File "/home/abentley/trac+bzr/tracbzr/backend.py", line 1056, in get_changes
15
 
    osutils.normalizepath(self.branch.bzrdir.root_transport.base))
16
 
AttributeError: 'NoneType' object has no attribute 'bzrdir'