changeset link in the repository browser results in trac internal error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trac Mercurial |
Fix Released
|
Unknown
|
|||
trac-mercurial (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: trac-mercurial
Release: 10.04
Codename: lucid
$ dpkg -l | grep mercurial
ii mercurial 1.4.3-1 scalable distributed version control system
ii mercurial-common 1.4.3-1 scalable distributed version control system
ii trac-mercurial 0.11.0.7+svnr8365-2 Mercurial version control backend for Trac
$ dpkg -l | grep trac
[...]
ii trac-mercurial 0.11.0.7+svnr8365-2 Mercurial version control backend for Trac
I've just upgraded from karmic to lucid and I have a problem when I click on the changeset link in the repository browser:
Trac detected an internal error:
TypeError: walkchangerevs() takes exactly 4 arguments (5 given)
I found the same problem reported on https:/
Changed in trac-mercurial: | |
status: | Unknown → Fix Released |
a quick replacement of /usr/lib/ pymodules/ python2. 6/tracext/ hg/backend. py with http:// trac.edgewall. org/browser/ plugins/ 0.11/mercurial- plugin/ tracext/ hg/backend. py?rev= 9601 fixed the problem.