cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/contrib log_accum.pl


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/contrib log_accum.pl
Date: Thu, 03 Aug 2006 13:49:51 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/08/03 13:49:51

Modified files:
        contrib        : log_accum.pl 

Log message:
        * log_accum.pl (get_topdir): Quote file name in debug output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/contrib/log_accum.pl?cvsroot=cvs&r1=1.45&r2=1.46

Patches:
Index: log_accum.pl
===================================================================
RCS file: /cvsroot/cvs/ccvs/contrib/log_accum.pl,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- log_accum.pl        24 Jul 2006 12:35:37 -0000      1.45
+++ log_accum.pl        3 Aug 2006 13:49:51 -0000       1.46
@@ -858,7 +858,7 @@
        last unless @topsplit;
     }
 
-    print STDERR "get_topdir: Returning ", join ("/", @topsplit), "\n"
+    print STDERR "get_topdir: Returning `", join ("/", @topsplit), "'\n"
        if $debug;
 
     return join "/", @topsplit;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]