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

« back to all changes in this revision

Viewing changes to .be/bugs/f550a292-6ffd-4555-ba7f-8d246809888f/comments/bc201e19-61f0-4c65-a2c8-3683e1d5aac9/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 -> abentley -> engine -> newstats -> .bzrignore -> 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 350, in _render_html
11
 
    if repos.has_node(path, next_rev):
12
 
  File "/home/abentley/trac+bzr/tracbzr/backend.py", line 294, in has_node
13
 
    tree = self.repo.revision_tree(revid)
14
 
AttributeError: 'BzrRepository' object has no attribute 'repo'
15