cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog mkmodules.c


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog mkmodules.c
Date: Mon, 14 Aug 2006 13:02:05 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/08/14 13:02:05

Modified files:
        src            : ChangeLog mkmodules.c 

Log message:
        * mkmodules.c (loginfo_contents): Add %a & %T.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&r1=1.3475&r2=1.3476
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/mkmodules.c?cvsroot=cvs&r1=1.98&r2=1.99

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.3475
retrieving revision 1.3476
diff -u -b -r1.3475 -r1.3476
--- ChangeLog   12 Aug 2006 17:16:00 -0000      1.3475
+++ ChangeLog   14 Aug 2006 13:02:05 -0000      1.3476
@@ -1,3 +1,7 @@
+2006-08-14  Derek Price  <address@hidden>
+
+       * mkmodules.c (loginfo_contents): Add %a & %T.
+
 2006-08-12  Mark D. Baushke  <address@hidden>
 
        * add.c: Move include of <assert.h> after cvs.h for fputs rename.

Index: mkmodules.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/mkmodules.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- mkmodules.c 22 Jun 2006 18:18:22 -0000      1.98
+++ mkmodules.c 14 Aug 2006 13:02:05 -0000      1.99
@@ -84,12 +84,14 @@
 #endif
     "#    %p = path relative to repository\n",
     "#    %r = repository (path portion of $CVSROOT)\n",
-    "#    %{sVv} = attribute list = file name, old version number 
(pre-checkin),\n",
-    "#           new version number (post-checkin).  When either old or new 
revision\n",
-    "#           is unknown, doesn't exist, or isn't applicable, the string 
\"NONE\"\n",
-    "#           will be placed on the command line instead.\n",
+    "#    %{saTVv} = attribute list consisting of:\n",
+    "#         file name, file action, destination tag, old version number\n",
+    "#         (pre-checkin), new version number (post-checkin).  When\n",
+    "#         either old or new revision is unknown, doesn't exist, or\n",
+    "#         isn't applicable, the string \"NONE\", will be placed on the\n",
+    "#         command line instead.\n",
     "#\n",
-    "# Note that %{sVv} is a list operator and not all elements are 
necessary.\n",
+    "# Note that %{saTVv} is a list operator and not all elements are 
necessary.\n",
     "# Thus %{sv} is a legal format string, but will only be replaced with\n",
     "# file name and new revision.\n",
     "# It also generates multiple arguments for each file being operated 
upon.\n",




reply via email to

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