cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/doc ChangeLog cvs.1 cvs.texinfo mkman.pl s... [cvs1-11-x-


From: Larry Jones
Subject: [Cvs-cvs] ccvs/doc ChangeLog cvs.1 cvs.texinfo mkman.pl s... [cvs1-11-x-branch]
Date: Wed, 22 Jul 2009 15:01:02 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Larry Jones <scjones>   09/07/22 15:01:00

Modified files:
        doc            : ChangeLog cvs.1 cvs.texinfo mkman.pl stamp-vti 
                         version.texi 

Log message:
        * cvs.texinfo (history output, history examples): New.
        * mkman.pl (keyword_mode): Add asis.
        * cvs.1, stamp-vti, version.texi: Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/ChangeLog?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.721.2.137&r2=1.721.2.138
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/cvs.1?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.1.2.29&r2=1.1.2.30
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/cvs.texinfo?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.545.2.77&r2=1.545.2.78
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/mkman.pl?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.1.2.3&r2=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/stamp-vti?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.19.2.106&r2=1.19.2.107
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/version.texi?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.20.2.106&r2=1.20.2.107

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/ChangeLog,v
retrieving revision 1.721.2.137
retrieving revision 1.721.2.138
diff -u -b -r1.721.2.137 -r1.721.2.138
--- ChangeLog   23 Jun 2008 21:33:19 -0000      1.721.2.137
+++ ChangeLog   22 Jul 2009 15:00:58 -0000      1.721.2.138
@@ -1,3 +1,9 @@
+2009-07-22  Larry Jones  <address@hidden>
+
+       * cvs.texinfo (history output, history examples): New.
+       * mkman.pl (keyword_mode): Add asis.
+       * cvs.1, stamp-vti, version.texi: Regenerated.
+
 2008-06-23  Mark D. Baushke  <address@hidden>
 
        * cvs.texinfo (export): Clarify the use of both -r rev and -D date

Index: cvs.1
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/cvs.1,v
retrieving revision 1.1.2.29
retrieving revision 1.1.2.30
diff -u -b -r1.1.2.29 -r1.1.2.30
--- cvs.1       23 Jun 2008 20:35:21 -0000      1.1.2.29
+++ cvs.1       22 Jul 2009 15:00:58 -0000      1.1.2.30
@@ -2868,6 +2868,86 @@
 Show times in the selected records using the specified
 time zone instead of UTC.
 .SP
+.SH "history output"
+.SP
+\fBhistory\fR prints a line for each selected history record.
+Each line begins with a character indicating the record type
+(see node `history options\(aq in the CVS manual),
+followed by a timestamp (in the format \fBYYYY-MM-DD HH:MM ZZZZ\fR),
+then the name of the user who performed the action.
+The remainder of the line depends on the record type:
+.SP
+.SP
+.IP "" 0
+\fR\fBT\fR\fR
+.IP "" 2
+The relative path to the directory in the repository;
+then the description of the tag in the format
+\fB[\fIName\fB:\fIOpt\fB]\fR where \fIName\fR is the tag name and
+\fIOpt\fR is \fBD\fR for \fBtag -d\fR, the specified revision for
+\fBtag -r\fR, the specified date for \fBtag -D\fR, or \fBA\fR for a
+plain \fBtag\fR.
+.SP
+.IP "" 0
+\fR\fBF\fR, \fBE\fR, \fBO\fR\fR
+.IP "" 2
+The tag/revision/date checked out, if any, enclosed in \fB[\fR and \fB]\fR;
+the relative path to the directory in the repository, if any;
+the associated module name, enclosed in \fB=\fR and \fB=\fR;
+then the absolute path to the local working directory or \fB<remote>\fR.
+.SP
+.IP "" 0
+\fR\fBW\fR, \fBU\fR, \fBP\fR, \fBC\fR, \fBG\fR, \fBM\fR, \fBA\fR, \fBR\fR\fR
+.IP "" 2
+The revision checked out;
+the file name;
+the relative path to the directory in the repository, if any;
+the associated module name, enclosed in \fB=\fR and \fB=\fR;
+then the absolute path to the local working directory or \fB<remote>\fR.
+.SP
+.SP
+\fB~\fR at the beginning of a working directory means the
+user\(aqs home directory.
+\fB*\fR at the end of a repository or working directory
+means the associated module name.
+.SP
+.SH "history examples"
+.SP
+.PD 0
+.SP
+.IP "" 2
+$ cvs history -e
+.SP
+.IP "" 2
+A 2009-07-21 20:21 +0000 bach  1.1 tc.1       yoyodyne/tc/man == ~/tc/man
+.IP "" 2
+M 2009-07-21 20:22 +0000 bach  1.2 backend.c  yoyodyne/tc     == ~/tc
+.IP "" 2
+M 2009-07-21 20:27 +0000 bach  1.5 frontend.c yoyodyne/tc     == ~/tc
+.IP "" 2
+T 2009-07-21 20:27 +0000 bach  rel_0_3     [yoyodyne/tc:A]
+.IP "" 2
+T 2009-07-21 20:27 +0000 bach  yoyodyne/tc [rel_0_3:A]
+.IP "" 2
+O 2009-07-21 20:28 +0000 cedar [rel_0_1] yoyodyne/*         =tc= <remote>/*
+.IP "" 2
+C 2009-07-21 20:29 +0000 cedar 1.3 driver.c   yoyodyne/tc     == <remote>
+.IP "" 2
+U 2009-07-21 20:29 +0000 cedar 1.5 frontend.c yoyodyne/tc     == <remote>
+.IP "" 2
+F 2009-07-21 20:31 +0000 bach                      =yoyodyne=    ~/*
+.IP "" 2
+E 2009-07-21 20:33 +0000 bach  [rel_0_3] yoyodyne/tc     =.=       /foo/*
+.IP "" 2
+O 2009-07-21 20:37 +0000 bach  yoyodyne/*          =tc=          ~/*
+.IP "" 2
+R 2009-07-21 20:37 +0000 bach  1.2 test2.t yoyodyne/tc/testing == ~/tc/testing
+.IP "" 2
+E 2009-07-21 20:38 +0000 bach  [2009.07.21.20.38.48] yoyodyne/*  =tc=  /foo
+
+.PD
+.IP "" 0
+.SP
 .SH "import"
 .SS "Import sources into CVS, using vendor branches"
 .IX "import (subcommand)"

Index: cvs.texinfo
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/cvs.texinfo,v
retrieving revision 1.545.2.77
retrieving revision 1.545.2.78
diff -u -b -r1.545.2.77 -r1.545.2.78
--- cvs.texinfo 23 Jun 2008 20:35:21 -0000      1.545.2.77
+++ cvs.texinfo 22 Jul 2009 15:00:59 -0000      1.545.2.78
@@ -10054,6 +10054,8 @@
 
 @menu
 * history options::             history options
+* history output::              history output
+* history examples::            history examples
 @end menu
 
 @c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
@@ -10200,14 +10202,67 @@
 time zone instead of UTC.
 @end table
 
address@hidden
 @c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
address@hidden @node history examples
address@hidden history output
address@hidden history output
+
address@hidden prints a line for each selected history record.
+Each line begins with a character indicating the record type
+(@pxref{history options}),
+followed by a timestamp (in the format @samp{YYYY-MM-DD HH:MM ZZZZ}),
+then the name of the user who performed the action.
+The remainder of the line depends on the record type:
+
address@hidden @asis
+
address@hidden @code{T}
+The relative path to the directory in the repository;
+then the description of the tag in the format
address@hidden@var{Name}:@var{Opt}]} where @var{Name} is the tag name and
address@hidden is @code{D} for @samp{tag -d}, the specified revision for
address@hidden -r}, the specified date for @samp{tag -D}, or @code{A} for a
+plain @samp{tag}.
+
address@hidden @code{F}, @code{E}, @code{O}
+The tag/revision/date checked out, if any, enclosed in @code{[} and @code{]};
+the relative path to the directory in the repository, if any;
+the associated module name, enclosed in @code{=} and @code{=};
+then the absolute path to the local working directory or @samp{<remote>}.
+
address@hidden @code{W}, @code{U}, @code{P}, @code{C}, @code{G}, @code{M}, 
@code{A}, @code{R}
+The revision checked out;
+the file name;
+the relative path to the directory in the repository, if any;
+the associated module name, enclosed in @code{=} and @code{=};
+then the absolute path to the local working directory or @samp{<remote>}.
+
address@hidden table
+
address@hidden at the beginning of a working directory means the
+user's home directory.
address@hidden at the end of a repository or working directory
+means the associated module name.
+
address@hidden . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. .
address@hidden history examples
 @appendixsubsec history examples
 
-Contributed examples will gratefully be accepted.
address@hidden -- Examples here!
address@hidden ignore
address@hidden
+$ cvs history -e
+
+A 2009-07-21 20:21 +0000 bach  1.1 tc.1       yoyodyne/tc/man == ~/tc/man
+M 2009-07-21 20:22 +0000 bach  1.2 backend.c  yoyodyne/tc     == ~/tc
+M 2009-07-21 20:27 +0000 bach  1.5 frontend.c yoyodyne/tc     == ~/tc
+T 2009-07-21 20:27 +0000 bach  yoyodyne/tc [rel_0_3:A]
+O 2009-07-21 20:28 +0000 cedar [rel_0_1] yoyodyne/*         =tc= <remote>/*
+C 2009-07-21 20:29 +0000 cedar 1.3 driver.c   yoyodyne/tc     == <remote>
+U 2009-07-21 20:29 +0000 cedar 1.5 frontend.c yoyodyne/tc     == <remote>
+F 2009-07-21 20:31 +0000 bach                      =yoyodyne=    ~/*
+E 2009-07-21 20:33 +0000 bach  [rel_0_3] yoyodyne/tc     =.=       /foo/*
+O 2009-07-21 20:37 +0000 bach  yoyodyne/*          =tc=          ~/*
+R 2009-07-21 20:37 +0000 bach  1.2 test2.t yoyodyne/tc/testing == ~/tc/testing
+E 2009-07-21 20:38 +0000 bach  [2009.07.21.20.38.48] yoyodyne/*  =tc=  /foo
address@hidden example
 
 @c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 @node import

Index: mkman.pl
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/mkman.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- mkman.pl    21 Aug 2006 20:56:30 -0000      1.1.2.3
+++ mkman.pl    22 Jul 2009 15:00:59 -0000      1.1.2.4
@@ -58,7 +58,7 @@
        my ($keyword, $file) = @_;
 
        return "\\fR"
-               if $keyword =~ /^(|r|t)$/;
+               if $keyword =~ /^(|r|t|asis)$/;
        return "\\fB"
                if $keyword =~ /^(strong|sc|code|file|samp)$/;
        return "\\fI"

Index: stamp-vti
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/stamp-vti,v
retrieving revision 1.19.2.106
retrieving revision 1.19.2.107
diff -u -b -r1.19.2.106 -r1.19.2.107
--- stamp-vti   23 Jun 2008 20:35:22 -0000      1.19.2.106
+++ stamp-vti   22 Jul 2009 15:00:59 -0000      1.19.2.107
@@ -1,4 +1,4 @@
address@hidden UPDATED 23 June 2008
address@hidden UPDATED-MONTH June 2008
address@hidden UPDATED 22 July 2009
address@hidden UPDATED-MONTH July 2009
 @set EDITION 1.11.23.1
 @set VERSION 1.11.23.1

Index: version.texi
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/version.texi,v
retrieving revision 1.20.2.106
retrieving revision 1.20.2.107
diff -u -b -r1.20.2.106 -r1.20.2.107
--- version.texi        23 Jun 2008 20:35:22 -0000      1.20.2.106
+++ version.texi        22 Jul 2009 15:01:00 -0000      1.20.2.107
@@ -1,4 +1,4 @@
address@hidden UPDATED 23 June 2008
address@hidden UPDATED-MONTH June 2008
address@hidden UPDATED 22 July 2009
address@hidden UPDATED-MONTH July 2009
 @set EDITION 1.11.23.1
 @set VERSION 1.11.23.1




reply via email to

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