Ticket #238 (new defect)
Opened 11 months ago
NotImplementedError:
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
How to Reproduce
While doing a GET operation on /log/.hgignore, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'action': u'stop_on_copy',
'limit': u'100',
'mode': u'path_history',
'path': u'/.hgignore',
'rev': u'1703:6d9f7aa3b413',
'stop_rev': u'',
'verbose': u'on'}
User Agent was: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
System Information
| Trac | 0.11.7 |
| Python | 2.6.6 (r266:84292, Dec 26 2010, 22:48:11) [GCC 4.4.5] |
| setuptools | 0.6 |
| SQLite | 3.7.3 |
| pysqlite | 2.4.1 |
| Genshi | 0.6 |
| mod_wsgi | 3.3 (WSGIProcessGroup sites WSGIApplicationGroup %{GLOBAL}) |
| Pygments | 1.3.1 |
| Mercurial | 1.6.4 |
| jQuery: | 1.4.2 |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/web_ui/log.py", line 145, in process_request
for old_path, old_rev, old_chg in history(limit+1):
File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/web_ui/log.py", line 107, in history
for h in repos.get_path_history(path, rev, limit):
File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/api.py", line 318, in get_path_history
raise NotImplementedError
NotImplementedError
Attachments
Note: See
TracTickets for help on using
tickets.
