I've been getting Trac errors on some links on assembla the last few
days. In particular, these two links don't work for me:
http://trac-hg.assembla.com/mercurialeclipse/ticket/132 and
http://trac-hg.assembla.com/mercurialeclipse/report/1.
I'm getting tracebacks like the following:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/trac/web/main.py", line 406,
in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.5/trac/web/main.py", line 237,
in dispatch
resp = chosen_handler.process_request(req)
File "/var/lib/python-support/python2.5/trac/ticket/report.py", line
88, in process_request
resp = self._render_view(req, db, id)
File "/var/lib/python-support/python2.5/trac/ticket/report.py", line
332, in _render_view
absurls=(format == 'rss'))
File "/var/lib/python-support/python2.5/trac/wiki/formatter.py",
line 1001, in wiki_to_html
Formatter(env, req, absurls, db).format(wikitext, out,
escape_newlines)
File "/var/lib/python-support/python2.5/trac/wiki/formatter.py",
line 824, in format
result = re.sub(self.wiki.rules, self.replace, line)
File "/usr/lib/python2.5/re.py", line 150, in sub
return _compile(pattern, 0).sub(repl, string, count)
File "/var/lib/python-support/python2.5/trac/wiki/formatter.py",
line 770, in replace
replacement = self.handle_match(fullmatch)
...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MercurialEclipse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mercurialeclipse?hl=en
-~----------~----~----~----~------~----~------~--~---