Ticket #2962 (closed enhancement: duplicate)
more keywords for trac-post-commit-hook
| Reported by: | xris*siliconmechanics.com | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | general | Version: | 0.9.4 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
sorry for not attaching as a patch. I figure it's a quick enough fix that it's easier to just paste in the changes (this comes from my personal tree, so the patch wouldn't easily apply, either).
Just adds some more refs for stuff like "apply patch from #123" or "see comment in #123"
Index: trac-post-commit-hook
===================================================================
--- trac-post-commit-hook (revision 1744)
+++ trac-post-commit-hook (working copy)
@@ -125,6 +125,8 @@
'fixed': '_cmdClose',
'fixes': '_cmdClose',
'addresses': '_cmdRefs',
+ 'from': '_cmdRefs',
+ 'in': '_cmdRefs',
're': '_cmdRefs',
'references': '_cmdRefs',
'refs': '_cmdRefs',
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


