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...


From: Larry Jones
Subject: [Cvs-cvs] ccvs/doc ChangeLog cvs.1 cvs.texinfo mkman.pl s...
Date: Wed, 22 Jul 2009 15:10:13 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Larry Jones <scjones>   09/07/22 15:10:12

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

Log message:
        merge changes from cvs1-11-x-branch

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/ChangeLog?cvsroot=cvs&r1=1.990&r2=1.991
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/cvs.1?cvsroot=cvs&r1=1.56&r2=1.57
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/cvs.texinfo?cvsroot=cvs&r1=1.708&r2=1.709
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/mkman.pl?cvsroot=cvs&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/stamp-vti?cvsroot=cvs&r1=1.213&r2=1.214
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/version.texi?cvsroot=cvs&r1=1.215&r2=1.216

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/ChangeLog,v
retrieving revision 1.990
retrieving revision 1.991
diff -u -b -r1.990 -r1.991
--- ChangeLog   25 Nov 2008 22:56:24 -0000      1.990
+++ ChangeLog   22 Jul 2009 15:10:09 -0000      1.991
@@ -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-11-25  Larry Jones  <address@hidden>
 
        * Makefile.in: Regenerated with Autoconf 2.63.

Index: cvs.1
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/cvs.1,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- cvs.1       29 Mar 2008 23:10:40 -0000      1.56
+++ cvs.1       22 Jul 2009 15:10:10 -0000      1.57
@@ -3094,6 +3094,84 @@
 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, 
\fBX\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  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.708
retrieving revision 1.709
diff -u -b -r1.708 -r1.709
--- cvs.texinfo 29 Mar 2008 23:10:41 -0000      1.708
+++ cvs.texinfo 22 Jul 2009 15:10:10 -0000      1.709
@@ -10885,6 +10885,8 @@
 
 @menu
 * history options::             history options
+* history output::              history output
+* history examples::            history examples
 @end menu
 
 @c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
@@ -11038,14 +11040,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}, @code{X}
+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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- mkman.pl    21 Aug 2006 20:59:13 -0000      1.5
+++ mkman.pl    22 Jul 2009 15:10:11 -0000      1.6
@@ -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.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- stamp-vti   26 Sep 2008 16:22:37 -0000      1.213
+++ stamp-vti   22 Jul 2009 15:10:12 -0000      1.214
@@ -1,4 +1,4 @@
address@hidden UPDATED 26 September 2008
address@hidden UPDATED-MONTH September 2008
address@hidden UPDATED 22 July 2009
address@hidden UPDATED-MONTH July 2009
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1

Index: version.texi
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/version.texi,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -b -r1.215 -r1.216
--- version.texi        26 Sep 2008 16:22:37 -0000      1.215
+++ version.texi        22 Jul 2009 15:10:12 -0000      1.216
@@ -1,4 +1,4 @@
address@hidden UPDATED 26 September 2008
address@hidden UPDATED-MONTH September 2008
address@hidden UPDATED 22 July 2009
address@hidden UPDATED-MONTH July 2009
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1




reply via email to

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