Modify ↓
Opened 15 years ago
Closed 11 years ago
#6216 closed defect (cantfix)
log:@REVa:REVb broken
Reported by: | anonymous | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | normal | Component: | GitPlugin |
Severity: | major | Keywords: | revisionlog revision log |
Cc: | Trac Release: | 0.11 |
Description
When linking to a revision log, only the log: syntax can be used. This however, is broken (unless using log:@ or log:@HEAD:HEAD or log:@HEAD, which trac seems fine with), and results in the following error.
ValueError: invalid literal for int() with base 10: 'REVa-REVb'
I'm not sure if this is trac issue or a GitPlugin issue. Either way, I would like to be able to use the syntax.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:3 Changed 11 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Further inspection shows the following block of code is at fault:
File "/usr/lib/python2.5/site-packages/trac/util/init.py", line 406, in appendrange