goba            Mon Jan 19 08:49:49 2004 EDT

  Modified files:              
    /CVSROOT    loginfo.pl 
  Log:
  Move checkout weblink to the right place
  
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.69&r2=1.70&ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.69 CVSROOT/loginfo.pl:1.70
--- CVSROOT/loginfo.pl:1.69     Mon Jan 19 07:12:37 2004
+++ CVSROOT/loginfo.pl  Mon Jan 19 08:49:48 2004
@@ -135,8 +135,8 @@
 foreach my $file (@added_files) {
        next if $file =~ /\.(gif|jpe|jpe?g|pdf|png|exe|class|tgz|tar.gz|jar)$/i
                or $file !~ /\./;
-       $diffmsg .= "http://cvs.php.net/co.php/$file?r=1.1&p=1\n";;
-       $diffmsg .= "\nIndex: $file\n+++ $file\n";
+       $diffmsg .= "\nhttp://cvs.php.net/co.php/$file?r=1.1&p=1\n";;
+       $diffmsg .= "Index: $file\n+++ $file\n";
        open(LOG, "$cvs -Qn checkout -p -r1.1 $file |") || die;
        while(<LOG>) { s/\r\n/\n/; $diffmsg .= $_; }
        close(LOG);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to