id summary reporter owner description type status priority component severity resolution keywords cc release 3562 TypeError: previous_rev() takes exactly 2 arguments (3 given) anonymous Herbert Valerio Riedel "When displaying a changeset i got this error: {{{ TypeError: previous_rev() takes exactly 2 arguments (3 given) }}} Changing git_fs.py line 252 from {{{ def previous_rev(self, rev): }}} to {{{ def previous_rev(self, rev, foo): }}} seems to solve the issue. I'm not python programmer so i can't judge about this, just wanted to let you know. Running python 2.5.2, trac 0.11, gitplugin revision 4146." defect closed normal GitPlugin normal duplicate 0.11