Opened 3 years ago
Closed 2 years ago
#7267 closed enhancement (fixed)
Trac-admin command to retrieve changesets of a particular ticket
| Reported by: | haizaar@… | Owned by: | mrelbe |
|---|---|---|---|
| Priority: | normal | Component: | TracTicketChangesetsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Lianyungang | Trac Release: | 0.12 |
Description
It would be really nice to have trac-admin command to display all changeset for particular ticket. One can then write script to help merging ticket changesets between the branches.
Attachments (0)
Change History (9)
comment:1 Changed 3 years ago by mrelbe
- Status changed from new to assigned
comment:2 Changed 3 years ago by mrelbe
comment:3 Changed 3 years ago by mrelbe
- Summary changed from Please add trac-admin command to retrieve the changesets of a particular ticket to Trac-admin command to retrieve changesets of a particular ticket
Please review the functionality of the trac-admin command get added in r8135:
trac-admin /path/to/env ticket_changesets get [ticketid]
Help info:
Get a comma-separated list of related revisions.
List format: #ticketid: rev/reponame,...
"/reponame" is left out for the default repository.
All tickets related to changesets are listed if ticketid is omitted (one ticket on each line). If no changeset relation exists, "None" is displayed.
comment:4 Changed 3 years ago by haizaar@…
Mikael, thank you for quick response. I need to upgrade Trac to 0.12 to test this feature, so it will take me a while. I'll surely get back to this once I upgrade the Trac.
Thanks again!
comment:5 Changed 3 years ago by ultrasound technician
- Cc Hohenems added
Valuable info. Lucky me I found your site by accident, I bookmarked it.
comment:6 Changed 3 years ago by cna training
- Cc Lianyungang added; Hohenems removed
found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later
comment:7 follow-up: ↓ 8 Changed 3 years ago by dnedelchev
The mentioned above trac-admin command works well for me. Maybe it's time to close this ticket as fixed?
comment:8 in reply to: ↑ 7 Changed 3 years ago by mrelbe
Replying to dnedelchev:
The mentioned above trac-admin command works well for me. Maybe it's time to close this ticket as fixed?
Thanks for your feedback, however I would like to receive feedback from the OP before actually closing it. Let's give it some more time.
comment:9 Changed 2 years ago by mrelbe
- Resolution set to fixed
- Status changed from assigned to closed
We've given plenty time to provide feedback. No complaints = happy users ;)


I agree, this sounds useful.