cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl
Date: Fri, 17 Nov 2006 20:34:16 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/11/17 20:34:16

Modified files:
        contrib        : ChangeLog log_accum.pl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/contrib/ChangeLog?cvsroot=cvs&r1=1.220&r2=1.221
http://cvs.savannah.gnu.org/viewcvs/ccvs/contrib/log_accum.pl?cvsroot=cvs&r1=1.54&r2=1.55

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/contrib/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -b -r1.220 -r1.221
--- ChangeLog   17 Nov 2006 18:36:42 -0000      1.220
+++ ChangeLog   17 Nov 2006 20:34:16 -0000      1.221
@@ -1,5 +1,7 @@
 2006-11-17  Derek Price  <address@hidden>
 
+       * log_accum.pl: Remove redundant config default.
+
        * log_accum.pl: Fix a few minor bugs.  Some minor reformatting.
        (Original patch from Sylvain Beucler <address@hidden>.)
 

Index: log_accum.pl
===================================================================
RCS file: /cvsroot/cvs/ccvs/contrib/log_accum.pl,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- log_accum.pl        17 Nov 2006 18:36:42 -0000      1.54
+++ log_accum.pl        17 Nov 2006 20:34:16 -0000      1.55
@@ -166,13 +166,6 @@
               || exists $config->{'empty-diffs'}
               || exists $config->{'separate-diffs'});
 
-    # Doc says that --send-diff is implied by -D, -E, -e, & -S.
-    $config->{'send-diff'} = 1
-       if !exists $config->{'send-diff'}
-           && (exists $config->{'diff-arg'}
-              || exists $config->{'empty-diffs'}
-               || exists $config->{'separate-diffs'});
-
     # Set defaults.
     if (!exists $config->{'cvsroot'})
     {




reply via email to

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