[llvm-commits] CVS: CVSROOT/ commit-diffs.pl

Christopher Lattner lattner at cs.uiuc.edu
Thu Sep 5 22:15:02 PDT 2002


Changes in directory CVSROOT:

commit-diffs.pl updated: 1.20 -> 1.21

---
Log message:

Ok, try the -N option again, using cvs diff instead of cvs rdiff


---
Diffs of the changes:

Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.20 CVSROOT/commit-diffs.pl:1.21
--- CVSROOT/commit-diffs.pl:1.20	Thu Sep  5 22:13:16 2002
+++ CVSROOT/commit-diffs.pl	Thu Sep  5 22:14:28 2002
@@ -115,8 +115,7 @@
 		$msg .= "$m->{'filename'} (r$m->{'oldrev'}) removed\n";
 	} else {
 		$msg .= "$m->{'filename'} updated: $m->{'oldrev'} -> $m->{'newrev'}\n";
-		#print "cvs -Qf rdiff -u -r $m->{'oldrev'} -r $m->{'newrev'} $changedir/$m->{'filename'}";
-		$diffs .= `cvs -Qf rdiff -u -r $m->{'oldrev'} -r $m->{'newrev'} $changedir/$m->{'filename'}` . "\n\n";
+		$diffs .= `cvs -Qf diff -N -u -r $m->{'oldrev'} -r $m->{'newrev'} $changedir/$m->{'filename'}` . "\n\n";
 	}
 }
 $msg .= "\n---\nLog message:\n\n" . join('', at logmessage);





More information about the llvm-commits mailing list