User: dprice
Date: 05/06/10 12:09:12
Modified:
/ccvs/doc/
ChangeLog, cvs.texinfo, stamp-vti, version.texi
Log:
* cvs.texinfo (loginfo, taginfo): Note new `T' format character in
{sTVv} list.
File Changes:
Directory: /ccvs/doc/
=====================
File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/ChangeLog?r1=1.908&r2=1.909
Delta lines: +5 -0
-------------------
--- ChangeLog 3 Jun 2005 15:59:48 -0000 1.908
+++ ChangeLog 10 Jun 2005 19:09:09 -0000 1.909
@@ -1,3 +1,8 @@
+2005-06-10 Derek Price <derek@xxxxxxxxxxx>
+
+ * cvs.texinfo (loginfo, taginfo): Note new `T' format character in
+ {sTVv} list.
+
2005-06-03 Derek Price <derek@xxxxxxxxxxx>
* cvs.texinfo (Global options): Note -z *requests* a compression level.
File [changed]: cvs.texinfo
Url:
https://ccvs.cvshome.org/source/browse/ccvs/doc/cvs.texinfo?r1=1.643&r2=1.644
Delta lines: +10 -4
--------------------
--- cvs.texinfo 3 Jun 2005 15:59:48 -0000 1.643
+++ cvs.texinfo 10 Jun 2005 19:09:09 -0000 1.644
@@ -13684,11 +13684,14 @@
@file{loginfo} supports:
@table @t
-@item @{sVv@}
+@item @{stVv@}
File attributes, where:
@table @t
@item s
file name
+@item T
+tag name of destination, or the empty string when there is no associated
+tag name (this usually means the trunk)
@item V
old version number (pre-checkin)
@item v
@@ -13697,7 +13700,7 @@
@end table
For example, some valid format strings are @samp{%%},
-@samp{%s}, @samp{%@{s@}}, and @samp{%@{sVv@}}.
+@samp{%s}, @samp{%@{s@}}, and @samp{%@{stVv@}}.
@cindex loginfo (admin file), updating legacy repositories
@cindex compatibility notes, loginfo admin file
@@ -13861,12 +13864,15 @@
operation (@code{add} for @code{tag}, @code{mov} for @code{tag -F}, or
@code{del} for @code{tag -d})
@item t
-tag name
-@item @{sVv@}
+new tag name
+@item @{sTVv@}
file attributes, where:
@table @t
@item s
file name
+@item T
+tag name of destination, or the empty string when there is no associated
+tag name (this usually means the trunk)
@item V
old version number (for a move or delete operation)
@item v
File [changed]: stamp-vti
Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/stamp-vti?r1=1.146&r2=1.147
Delta lines: +1 -1
-------------------
--- stamp-vti 3 Jun 2005 15:59:48 -0000 1.146
+++ stamp-vti 10 Jun 2005 19:09:09 -0000 1.147
@@ -1,4 +1,4 @@
-@set UPDATED 2 June 2005
+@set UPDATED 10 June 2005
@set UPDATED-MONTH June 2005
@set EDITION 1.12.12.1
@set VERSION 1.12.12.1
File [changed]: version.texi
Url:
https://ccvs.cvshome.org/source/browse/ccvs/doc/version.texi?r1=1.147&r2=1.148
Delta lines: +1 -1
-------------------
--- version.texi 3 Jun 2005 15:59:48 -0000 1.147
+++ version.texi 10 Jun 2005 19:09:09 -0000 1.148
@@ -1,4 +1,4 @@
-@set UPDATED 2 June 2005
+@set UPDATED 10 June 2005
@set UPDATED-MONTH June 2005
@set EDITION 1.12.12.1
@set VERSION 1.12.12.1
|