cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/contrib/log_accum.pl


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/contrib/log_accum.pl
Date: Wed, 12 Oct 2005 10:14:20 -0400

Index: ccvs/contrib/log_accum.pl
diff -u ccvs/contrib/log_accum.pl:1.11 ccvs/contrib/log_accum.pl:1.12
--- ccvs/contrib/log_accum.pl:1.11      Wed Oct 12 14:11:22 2005
+++ ccvs/contrib/log_accum.pl   Wed Oct 12 14:14:17 2005
@@ -489,8 +489,8 @@
 ## it returns an array of files, %s, sent from the loginfo
 ## command
 #
-#   -D         - Send diffs in emails.
-#   -d DIFF_ARG - Pass DIFF_ARG to `cvs diff' when generating diffs.  Defaults
+#   -d         - Send diffs in emails.
+#   -D DIFF_ARG - Pass DIFF_ARG to `cvs diff' when generating diffs.  Defaults
 #                to `-ub'.  Multiple invocations will pass all DIFF_ARGS
 #                (though first invocation always removes the default `-ub').
 #                Implies `-D'.
@@ -509,9 +509,9 @@
 
     while (@argv) {
        $arg = shift @argv;
-       if ($arg eq '-D') {
+       if ($arg eq '-d') {
            $SEND_DIFF = "true";
-       } elsif ($arg eq '-d') {
+       } elsif ($arg eq '-D') {
            push @diffargs, shift @argv;
            $SEND_DIFF = "true";
        } elsif ($arg eq '-m') {




reply via email to

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