CVSROOT: logdiff.pl - fix adding new directory in cvsnt style (spaces escap...

glen glen at pld-linux.org
Mon May 11 18:19:38 CEST 2009


Author: glen                         Date: Mon May 11 16:19:37 2009 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- fix adding new directory in cvsnt style (spaces escaped with backslash)

---- Files affected:
CVSROOT:
   logdiff.pl (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: CVSROOT/logdiff.pl
diff -u CVSROOT/logdiff.pl:1.49 CVSROOT/logdiff.pl:1.50
--- CVSROOT/logdiff.pl:1.49	Tue Jun 17 19:17:00 2008
+++ CVSROOT/logdiff.pl	Mon May 11 18:19:32 2009
@@ -285,7 +285,7 @@
 # Check for a new directory first.  This will always appear as a
 # single item in the argument list, and an empty log message.
 #
-if ($ARGVX[0] =~ /New directory/) {
+if ($ARGVX[0] =~ /New directory/ || $ARGVX[0] =~ /New\\ directory/) {
     $subject = "$modulename: $ARGVX[0]";
     $header = &build_header();
     @text = ();
================================================================

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



More information about the pld-cvs-commit mailing list