Reputation: 699
When committing, I used by mistake the ActifactID of ticket change instead of the ticket hash label:
fossil commit -m "Workaround X [58480ac08c]"
In fossil ui
, it is still a clickable link and leads to the ticket. However, the check-in does not appear under "Check-ins Associated With Ticket".
Is there a way to associate a check-in with a ticket retrospectively?
Upvotes: 2
Views: 137
Reputation: 699
Found in https://stackoverflow.com/a/3787977
In fossil ui
, open check-in's properties and click on edit. The comment text can be changed there (to include the correct ticket hash label).
Upvotes: 1