--- trunk/svn-rt-comment.pl 2008/10/26 23:12:16 96 +++ trunk/svn-rt-comment.pl 2008/10/27 14:57:10 97 @@ -11,7 +11,7 @@ # Request Tracker my ( $server, $username, $password ) = ( 'https://bugs.example.com/rt', 'rtuser', 'rtpasswd' ); # patternt to recognize RT references in commits log or diff -my $rt_re = qr/rt\s*#?\s*(\d+)/i; +my $rt_re = qr/\brt\s*#?\s*(\d+)\b/i; my $svnweb_fmt = 'http://svn.example.com/svnweb/index.cgi/%s/revision/?rev=%d'; die "usage: $0 repo rev\n" unless @ARGV;