Modify ↓
Opened 17 years ago
Closed 17 years ago
#7493 closed defect (fixed)
missing bracket in backend.py of trac-mercurial-plugin-0.11
| Reported by: | Stealth | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | plugin/mercurial | Version: | 0.11 |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
line 118, it must be "short(value)))", not "short(value))"
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Milestone: | → not applicable |
|---|---|
| Resolution: | → fixed |
| Severity: | normal → trivial |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Yes, sorry about that, forgot to test after the backport of r7415. Fixed in r7430. Thanks for the reminder!