Diff for /CVSROOT/cvs2rss.pl between versions 1.2 and 1.3

version 1.2, 2005/10/11 22:11:16 version 1.3, 2005/10/12 16:50:42
Line 84  if ($cvsDiff == 1) { Line 84  if ($cvsDiff == 1) {
   
  if (($title[1] != "NONE") && ($title[0]=~/(.*).(pm)$/)){   if (($title[1] != "NONE") && ($title[0]=~/(.*).(pm)$/)){
  my $tmpFile = "/tmp/diff.$$";   my $tmpFile = "/tmp/diff.$$";
  my $cmdLine = "cvs -n rdiff -kk -r " . $title[1] .  " -r " . $title[2] . " " . $title[0] . ">" . $tmpFile;   my $cmdLine = "cvs -n rdiff -u -kk -r " . $title[1] .  " -r " . $title[2] . " " . $title[0] . ">" . $tmpFile;
  system($cmdLine);   system($cmdLine);
   
  $description .= "<br /><b>Differences:</b><br /><pre>";   $description .= "<br /><b>Differences:</b><br /><pre>";

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>