[Rt-commit] r2969 - in RT-Integration-SVN: . html/SVN

kevinr at bestpractical.com kevinr at bestpractical.com
Wed May 25 23:45:18 EDT 2005


Author: kevinr
Date: Wed May 25 23:45:18 2005
New Revision: 2969

Modified:
   RT-Integration-SVN/   (props changed)
   RT-Integration-SVN/html/SVN/PullUpdate.html
Log:
 r2970 at SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 23:44:32 -0400
 * "RT-Ticket" flag is now case-insensitive


Modified: RT-Integration-SVN/html/SVN/PullUpdate.html
==============================================================================
--- RT-Integration-SVN/html/SVN/PullUpdate.html	(original)
+++ RT-Integration-SVN/html/SVN/PullUpdate.html	Wed May 25 23:45:18 2005
@@ -51,7 +51,7 @@
 my $update_owner  = '';
 my %set;
 foreach my $line (@msg) {
-    if ( $line =~ /^\s*RT-Ticket:\s*(\w*?)(?:\#?)(\d*)/ ) {
+    if ( $line =~ /^\s*RT-Ticket:\s*(\w*?)(?:\#?)(\d*)/i ) {
         next if ($1 && $1 !~ /^$RT::rtname$/i);
         $ticket = RT::Ticket->new($user);
         $ticket->Load($2);


More information about the Rt-commit mailing list