[LON-CAPA-cvs] cvs: CVSROOT / loginfo.pl
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 11 Feb 2008 20:00:15 -0000
raeburn Mon Feb 11 15:00:15 2008 EDT
Modified files:
/CVSROOT loginfo.pl
Log:
Hide diffs for vcu.
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.5 CVSROOT/loginfo.pl:1.6
--- CVSROOT/loginfo.pl:1.5 Fri Aug 17 20:36:56 2007
+++ CVSROOT/loginfo.pl Mon Feb 11 15:00:15 2008
@@ -121,7 +121,8 @@
my ($file, $old, $new) = @$info;
if ($file =~ m|TexConvert/tt.dynamic| ||
$file =~ m|foxr/londtest| ||
- $file =~ m|purdue| ) {
+ $file =~ m|purdue| ||
+ $file =~ m|vcu/| ) {
$diffmsg='Diffs for '.$file.' not shown.'."\n";
next;
}