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

« back to all changes in this revision

Viewing changes to .be/bugs/6205c215-1e2e-4011-b6f4-0bd63f9e1d72/comments/fbe67288-e684-4043-9040-d94d7165b90f/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
 
From Wiki -> Browse Source -> revision log
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/log.py", line 112, in process_request
9
 
    for old_path, old_rev, old_chg in history(limit+1):
10
 
ValueError: need more than 0 values to unpack
11