CVSROOT: cvslog.pl - new way of parsing
arekm
arekm at pld-linux.org
Mon Nov 5 22:32:00 CET 2007
Author: cvslog.pl Date: Mon Nov 5 21:32:00 2007 GMT
Module: CVSROOT Tag: HEAD
---- Log message:
- new way of parsing
---- Files affected:
CVSROOT:
cvslog.pl (1.70 -> 1.71)
---- Diffs:
================================================================
Index: CVSROOT/cvslog.pl
diff -u CVSROOT/cvslog.pl:1.70 CVSROOT/cvslog.pl:1.71
--- CVSROOT/cvslog.pl:1.70 Mon Nov 5 22:31:11 2007
+++ CVSROOT/cvslog.pl Mon Nov 5 22:31:55 2007
@@ -158,6 +158,8 @@
@input = @ARGV;
}
+$dirs[0]->{name} = shift @input or die "$0: no directory specified\n";
+
if ("@input" eq '- New directory') {
$dirs[0]->{type} = 'directory';
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/cvslog.pl?r1=1.70&r2=1.71&f=u
More information about the pld-cvs-commit
mailing list