Re: Enhancement: bugid prefix (useful with Trac)
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-08 18:31:09 CEST
Idan Gazit wrote:
> In Trac (and, possibly other such systems), tickets (aka bugs) are
That's not quite true. Trac actually uses a regex pattern to find those
> interface, these are automagically linkified so they point at the
In this file:
change the lines:
and
ticketPattern = re.compile(r'#([0-9]*)')
to
and
ticketPattern = re.compile(r'([0-9]*)')
Now the line
But the best way would be to use the bugtraq:logregex property instead.
No need to add again one more 'feature' to the already existing bugtraq
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jun 8 18:31:24 2006
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.