[llvm-commits] CVS: CVSROOT/ commit-diffs.pl
Christopher Lattner
lattner at cs.uiuc.edu
Thu Sep 5 21:40:01 PDT 2002
Changes in directory CVSROOT:
commit-diffs.pl updated: 1.18 -> 1.19
---
Log message:
When commiting new files, make sure to print the contents of the file checked in
---
Diffs of the changes:
Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.18 CVSROOT/commit-diffs.pl:1.19
--- CVSROOT/commit-diffs.pl:1.18 Thu Sep 5 21:02:08 2002
+++ CVSROOT/commit-diffs.pl Thu Sep 5 21:39:19 2002
@@ -116,7 +116,7 @@
} 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 rdiff -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