Modify ↓
#5986 closed defect (wontfix)
pyGIT: Pop from empty list
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | 0.10.4 |
| Severity: | normal | Keywords: | plugin |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
From
http://reductivelabs.com/projects/puppet/
click on Cookbook
results in python Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/tractags/web_ui.py", line 181, in process_request
File "build/bdist.linux-i686/egg/tractags/macros.py", line 216, in render_listtagged
File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 1008, in wiki_to_oneliner
OneLinerFormatter(env, absurls, db).format(wikitext, out, shorten)
File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 916, in format
result = re.sub(self.wiki.rules, self.replace, result)
File "sre.py", line 142, in sub
return _compile(pattern, 0).sub(repl, string, count)
File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 770, in replace
replacement = self.handle_match(fullmatch)
File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 763, in handle_match
return external_handler(self, match, fullmatch)
File "/var/lib/python-support/python2.4/trac/versioncontrol/web_ui/changeset.py", line 697, in <lambda>
y, z))
File "/var/lib/python-support/python2.4/trac/versioncontrol/web_ui/changeset.py", line 715, in _format_changeset_link
changeset = self.env.get_repository().get_changeset(rev)
File "build/bdist.linux-i686/egg/gitplugin/git_fs.py", line 63, in get_changeset
File "build/bdist.linux-i686/egg/gitplugin/git_fs.py", line 189, in __init__
File "build/bdist.linux-i686/egg/gitplugin/PyGIT.py", line 77, in read_commit
IndexError: pop from empty list
Attachments (0)
Change History (4)
follow-up: 4 comment:1 by , 18 years ago
| Component: | general → version control |
|---|---|
| Description: | modified (diff) |
| Keywords: | plugin added |
| Resolution: | → wontfix |
| Status: | new → closed |
| Summary: | tracd/0.10.4 Python/2.4.4 pyGIT Pop from empty list → pyGIT: Pop from empty list |
| Version: | → 0.10.4 |
comment:2 by , 18 years ago
| Resolution: | wontfix |
|---|---|
| Status: | closed → reopened |
comment:3 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | reopened → closed |
comment:4 by , 18 years ago
Replying to eblot:
This is an issue in the th:TracGitPlugin and should be reported to the plugin maintainer.
actually, the plugin in question was the th:GitPlugin … :-)
Note:
See TracTickets
for help on using tickets.



This is an issue in the th:TracGitPlugin and should be reported to the plugin maintainer.