| [23:13:52] | <coderanger_> | hmm, not sure why the regex uses the Ranges string |
| [23:13:57] | <coderanger_> | that doesn't seem right |
| [23:15:07] | <coderanger_> | I would ask on tracdev |
| [23:15:36] | <coderanger_> | someone probably planned to do something with that and never did |
I would switch to a syntax that doesn't interfere with ticket links,
something like #<ticket number>|<time spent dev>|<time spent test>, and
edit the commit messages that have the old syntax with svnadmin.
-- Remy
This is a new feature of Trac 0.11:
http://trac.edgewall.org/wiki/TracLinks#ticket:links
For some reason though the #500:600 syntax doesn't seem to work - the
documented #500-600 one does.
For your new specific feature, I'd advise you to *start* with something
specific to the time tracking, then mention the resource which is
tracked, a bit similar to the attachment: and comment: syntax.
E.g.
tracking:<time spent dev>:<time spent test>:#<ticket number>,
TT:<time spent dev>:<time spent test>:#<ticket number>
or anything more fancy like: $<time spent dev>$<time spent
test>$#<ticket number>
-- Christian