Modify ↓
Ticket #3947 (closed enhancement: fixed)
Opened 5 years ago
Last modified 5 years ago
TracLinks for revision ranges should support lists and intervals
| Reported by: | cboos | Owned by: | cboos |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.11 |
| Component: | version control/log view | Version: | 0.10 |
| Severity: | minor | Keywords: | TracLinks |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
... that way, one could quickly check the output of svnmerge's avail command in the TracRevisionLog.
e.g.
[3857,3884,3914,3919-3925,3929,3931-3932,3934-3935,3939,3947]
currently renders:
[3857,3884,3914,3919-3925,3929,3931-3932,3934-3935,3939,3947]
That's not a critical feature, as one can easily workaround this by editing a bit the above:
r3857,r3884,r3914,r3919:3925,r3929,r3931:3932,r3934:3935,r3939,r3947
But still, it would be nice to have, esp. for copy/pasting into a [] inside the quickjump box.
Attachments
Change History
comment:1 Changed 5 years ago by cboos
- Milestone set to 0.11
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Was implemented some time ago in r4083.