[llvm-commits] CVS: CVSROOT

Christopher Lattner lattner at cs.uiuc.edu
Thu Sep 5 20:54:01 PDT 2002


Changes in directory CVSROOT:

commit-diffs.pl updated: 1.14 -> 1.15

---
Log message:

Kill debug info output


---
Diffs of the changes:

Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.14 CVSROOT/commit-diffs.pl:1.15
--- CVSROOT/commit-diffs.pl:1.14	Thu Sep  5 20:51:35 2002
+++ CVSROOT/commit-diffs.pl	Thu Sep  5 20:53:30 2002
@@ -109,7 +109,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'}";
+		#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";
 	}
 }





More information about the llvm-commits mailing list