Modify ↓
Opened 17 years ago
Closed 16 years ago
#3008 closed defect (fixed)
Method previous_rev() with 3 arguments
Reported by: | marble | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | normal | Component: | GitPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
In order to make work properly Git with Trac and avoid an error when visualizing changesets, I have had to change file 'gitplugin/0.11/tracext/git/git_fs.py', and add a third argument:
line 252: def previous_rev(self, rev, path=):
It seems like Trac calls previous_rev() with 3 arguments when GitPlugin's original method has 2 arguments.
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | gitplugin-prevrev.patch added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
+1. works lika a charm
Trac: 0.11 Python: 2.5.2 (r252:60911, Apr 21 2008, 11:17:30) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] setuptools: 0.6c8 pyPgSQL: 2.5.1 Genshi: 0.5.1 GIT: 1.5.4.3 jQuery: 1.2.3