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

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Mon Jun 7 14:39:39 EDT 2004


Author: jesse
Date: Mon Jun  7 14:39:39 2004
New Revision: 1021

Modified:
   RT-Integration-SVN/META.yml
   RT-Integration-SVN/html/SVN/PullUpdate.html
Log:
Fixing a bug in the regexps for ticket status

Modified: RT-Integration-SVN/META.yml
==============================================================================
--- RT-Integration-SVN/META.yml	(original)
+++ RT-Integration-SVN/META.yml	Mon Jun  7 14:39:39 2004
@@ -1,5 +1,5 @@
 name: RT-Integration-SVN
-version: 0.01_01
+version: 0.01
 abstract: RT Integration-SVN Extension
 author: Jesse Vincent <jesse at bestpractical.com>
 license: GPLv2

Modified: RT-Integration-SVN/html/SVN/PullUpdate.html
==============================================================================
--- RT-Integration-SVN/html/SVN/PullUpdate.html	(original)
+++ RT-Integration-SVN/html/SVN/PullUpdate.html	Mon Jun  7 14:39:39 2004
@@ -54,7 +54,7 @@
         $ticket = RT::Ticket->new($user);
         $ticket->Load($2);
     }
-    elsif ( $line =~ /^\s*RT-Status:.*(\w+)/i ) {
+    elsif ( $line =~ /^\s*RT-Status:\s*(\w+)/i ) {
         $update_status = lc($1);
     }
     elsif ( $line =~ /^\s*RT-Update:\s*(comment|correspond)/i ) {


More information about the Rt-commit mailing list