[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem with Issue Numbers Regular Expressions

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Thu, 24 Jul 2008 10:01:44 -0700

On Thu, Jul 24, 2008 at 4:00 AM, Alexandr N Zamaraev <tonal_at_promsoft.ru>
wrote:

> TSVN 1.5 release
> Colorizing commit message incorrect and very slow.
>
> bugtraq:logregex:
> (?:ticket:|#)\d+
> (\d+)
>
> Test commit messages:
> see #456, #567 ddd rrr eee #
>
>
try bugtraq:logregex=(?:[Tt]icket:|#)(\d+)

The one you have looks incorrect: multiple lines and first \d+ without
grouping.
Received on 2008-07-24 19:01:56 CEST

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.