Modify ↓
Opened 18 years ago
Closed 18 years ago
#4057 closed defect (fixed)
Bug in trac/versioncontrol/web_ui/changeset.py
Reported by: | Matt Shin | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10.1 |
Component: | version control/changeset view | Version: | 0.10 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I would like to report a bug in trunk/trac/versioncontrol/web_ui/changeset.py@4040#L84. The comma at the end of the line should be removed, as it causes max_diff_files
to be set incorrectly. I think it becomes a tuple rather than an integer. Consequently, the comparison at line 451 does not work.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Milestone: | 0.11 → 0.10.1 |
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r4124:4125, thanks!
Note:
See TracTickets
for help on using tickets.
Good catch! As this is also present in 0.10, I'll fix it for 0.10.1 as well.