CVSROOT: logdiff.pl - test

qboosh qboosh at pld-linux.org
Tue Nov 6 01:12:58 CET 2007


Author: qboosh                       Date: Tue Nov  6 00:12:58 2007 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- test

---- Files affected:
CVSROOT:
   logdiff.pl (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: CVSROOT/logdiff.pl
diff -u CVSROOT/logdiff.pl:1.44 CVSROOT/logdiff.pl:1.45
--- CVSROOT/logdiff.pl:1.44	Tue Nov  6 01:06:15 2007
+++ CVSROOT/logdiff.pl	Tue Nov  6 01:12:53 2007
@@ -254,6 +254,7 @@
     }
 }
 
+print STDERR "@ARGV";
 if(@ARGV == 1) {
     # single arg, assume the old way ("PATH {FILE,rev1,rev2 }+")
     @ARGVX = shift @ARGV;
@@ -263,10 +264,11 @@
 } else {
     # assume the new way ("PATH" {"FILE" "rev1" "rev2"}+)
     @path = split('/', shift @ARGV);
-    @ARGVX = @ARGV[0];
+    @ARGVX = $ARGV[0];
     @files1 = @ARGV;
     $oldstyle = 0;
 }
+print STDERR "@files1";
 
 ## XXX there are some ugly assumptions in here about module names and
 ## XXX directories relative to the $CVSROOT location -- really should
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/logdiff.pl?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list