[Top][All Lists]
[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: |
Mon, 22 May 2006 16:57:52 +0000 |
CVSROOT: /cvsroot/cvs
Module name: ccvs
Branch:
Changes by: Derek Robert Price <address@hidden> 06/05/22 16:57:52
Modified files:
contrib : ChangeLog log_accum.pl
Log message:
* log_accum.pl: Drop unnecessary parentheses.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/contrib/ChangeLog.diff?tr1=1.199&tr2=1.200&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/contrib/log_accum.pl.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
Patches:
Index: ccvs/contrib/ChangeLog
diff -u ccvs/contrib/ChangeLog:1.199 ccvs/contrib/ChangeLog:1.200
--- ccvs/contrib/ChangeLog:1.199 Mon May 22 16:56:13 2006
+++ ccvs/contrib/ChangeLog Mon May 22 16:57:52 2006
@@ -1,5 +1,7 @@
2006-05-22 Derek Price <address@hidden>
+ * log_accum.pl: Drop unnecessary parentheses.
+
* log_accum.pl (set_defaults): Clone --mail-to for empty
--separate-diffs.
(%option_spec): Make --separate-diffs accept an optional list of
Index: ccvs/contrib/log_accum.pl
diff -u ccvs/contrib/log_accum.pl:1.35 ccvs/contrib/log_accum.pl:1.36
--- ccvs/contrib/log_accum.pl:1.35 Mon May 22 16:56:14 2006
+++ ccvs/contrib/log_accum.pl Mon May 22 16:57:52 2006
@@ -806,8 +806,8 @@
# --- subdir/subfile3 20 May 2006 11:35:55 -0000 1.18
# +++ subdir/subfile3 20 May 2006 11:37:01 -0000 1.19
# @@ -1 +1 @@
-# -$Id: log_accum.pl,v 1.35 2006/05/22 16:56:14 dprice Exp $
-# +$Id: log_accum.pl,v 1.35 2006/05/22 16:56:14 dprice Exp $
+# -$Id: log_accum.pl,v 1.36 2006/05/22 16:57:52 dprice Exp $
+# +$Id: log_accum.pl,v 1.36 2006/05/22 16:57:52 dprice Exp $
while (@diffs)
{
@@ -1312,7 +1312,7 @@
#
# Setup and clean up environment
#
- umask (002);
+ umask 002;
$ENV{"PATH"} = "/bin";
delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, (continued)
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/12
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/12
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/12
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/13
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/14
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/14
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/15
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/17
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/22
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/22
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl,
Derek Robert Price <=
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/22
- [Cvs-cvs] ccvs/contrib ChangeLog log_accum.pl, Derek Robert Price, 2006/05/23