rasmus          Sun Dec 11 17:10:27 2005 EDT

  Modified files:              
    /CVSROOT    loginfo.pl 
  Log:
  Show a unidiff here
  
  
http://cvs.php.net/viewcvs.cgi/CVSROOT/loginfo.pl?r1=1.82&r2=1.83
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.82 CVSROOT/loginfo.pl:1.83
--- CVSROOT/loginfo.pl:1.82     Sun Dec 11 17:02:26 2005
+++ CVSROOT/loginfo.pl  Sun Dec 11 17:10:27 2005
@@ -138,7 +138,7 @@
 
 foreach my $info (@modified_files_info) {
        my ($file, $old, $new) = @$info;
-       $diffmsg .= "http://cvs.php.net/viewcvs.cgi/$file?r1=$old&r2=$new\n";;
+       $diffmsg .= 
"http://cvs.php.net/viewcvs.cgi/$file?r1=$old&r2=$new&diff_format=u\n";;
        open(LOG, "$cvs -Qn rdiff -r $old -r $new -u $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