[llvm-commits] CVS: CVSROOT commit-diffs.pl
Christopher Lattner
lattner at cs.uiuc.edu
Thu Sep 5 21:03:01 PDT 2002
Changes in directory CVSROOT:
commit-diffs.pl updated: 1.17 -> 1.18
---
Log message:
Make sure it's obvious that the first part is the directory!
---
Diffs of the changes:
Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.17 CVSROOT/commit-diffs.pl:1.18
--- CVSROOT/commit-diffs.pl:1.17 Thu Sep 5 21:00:35 2002
+++ CVSROOT/commit-diffs.pl Thu Sep 5 21:02:08 2002
@@ -105,7 +105,7 @@
my $msg = "\n\nChanges in directory $changedir:\n\n";
my $diffs = "";
-my $subject = $changedir;
+my $subject = "$changedir/";
foreach $m (@changeItems) {
$subject .= " $m->{'filename'}";
More information about the llvm-commits
mailing list