Modify ↓
Opened 17 years ago
Closed 17 years ago
#6456 closed enhancement (worksforme)
Feature : Tie in SVN commit messages with bug numbers in the comments to the trac ticket.
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | ticket system | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Description of Enhancement
If a user commits a change with a well-formed reference to a bug in the message, reference the changeset in the bug/ticket view.
Example
Assume there is an open bug, #100
, and you commit a change relating to it:
$ svn ci -m "Addressed the TCP issue as seen in bug:100" --username foob Committed revision 10221
When viewing the bug (http://trac/ticket/1000
), a link to changeset:10221
would appear in a list of relevant changesets.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Use the trac-post-commit hook script.