diff options
| author | Stefan Monnier | 2000-06-01 12:36:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-01 12:36:40 +0000 |
| commit | 59869d21c4dbafd68dd96f1842e064760e6ac623 (patch) | |
| tree | 00ba2957c8fa2346f89d9a3187b685df8d51174e /man | |
| parent | 4dc1225b5ba36f16605da91acb53afc83ffa41d5 (diff) | |
| download | emacs-59869d21c4dbafd68dd96f1842e064760e6ac623.tar.gz emacs-59869d21c4dbafd68dd96f1842e064760e6ac623.zip | |
*** empty log message ***
Diffstat (limited to 'man')
| -rw-r--r-- | man/pcl-cvs.texi | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 1cebd03999f..88551583218 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.16 2000/05/30 19:45:50 monnier Exp $" | 3 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.1 2000/06/01 03:34:57 monnier Exp $" |
| 4 | 4 | ||
| 5 | @c Documentation for the GNU Emacs CVS mode. | 5 | @c Documentation for the GNU Emacs CVS mode. |
| 6 | @c Copyright (C) 1991-2000 Free Software Foundation, Inc. | 6 | @c Copyright (C) 1991-2000 Free Software Foundation, Inc. |
| @@ -69,9 +69,11 @@ Free Software Foundation instead of in the original English. | |||
| 69 | @center @titlefont{to} | 69 | @center @titlefont{to} |
| 70 | @sp | 70 | @sp |
| 71 | @center @titlefont{PCL-CVS - The Emacs Front-End to CVS} | 71 | @center @titlefont{PCL-CVS - The Emacs Front-End to CVS} |
| 72 | @ignore | ||
| 72 | @sp 2 | 73 | @sp 2 |
| 73 | @center release 2.9 | 74 | @center release 2.9 |
| 74 | @c -release- | 75 | @c -release- |
| 76 | @end ignore | ||
| 75 | @sp 3 | 77 | @sp 3 |
| 76 | @center Per Cederqvist | 78 | @center Per Cederqvist |
| 77 | @center Stefan Monnier | 79 | @center Stefan Monnier |
| @@ -108,8 +110,11 @@ Free Software Foundation instead of in the original English. | |||
| 108 | @ifinfo | 110 | @ifinfo |
| 109 | @top PCL-CVS | 111 | @top PCL-CVS |
| 110 | 112 | ||
| 111 | This info manual describes PCL-CVS, the GNU Emacs front-end to CVS. | 113 | This info manual describes PCL-CVS, the GNU Emacs front-end to CVS. It |
| 112 | This manual is updated to release 2.5 of PCL-CVS. | 114 | is nowhere near complete, so you are advised to use @kbd{M-x |
| 115 | customize-group RET pcl-cvs RET} and to look at the documentation strings | ||
| 116 | of the various commands and major modes for further information. | ||
| 117 | @c This manual is updated to release 2.5 of PCL-CVS. | ||
| 113 | @end ifinfo | 118 | @end ifinfo |
| 114 | 119 | ||
| 115 | @menu | 120 | @menu |
| @@ -183,7 +188,7 @@ proudly maintained it until January 1996, at which point he released the | |||
| 183 | beta version 2.0b2 and passed on the maintainership to Greg A Woods. | 188 | beta version 2.0b2 and passed on the maintainership to Greg A Woods. |
| 184 | Development stayed mostly dormant for a few years during which the | 189 | Development stayed mostly dormant for a few years during which the |
| 185 | version 2.0 never seemed to be able to leave the ``beta'' stage while a | 190 | version 2.0 never seemed to be able to leave the ``beta'' stage while a |
| 186 | separate XEmacs version was slowly splitting away. In late 1999, | 191 | separate XEmacs version was slowly splitting away. In late 1998, |
| 187 | Stefan Monnier picked up development again, adding some major new | 192 | Stefan Monnier picked up development again, adding some major new |
| 188 | functionality and taking over maintenance. | 193 | functionality and taking over maintenance. |
| 189 | 194 | ||
| @@ -613,16 +618,19 @@ Run a @samp{cvs checkout} command. You will be asked for the directory | |||
| 613 | in which the @samp{cvs update} will be run and the module to be checked | 618 | in which the @samp{cvs update} will be run and the module to be checked |
| 614 | out.@refill | 619 | out.@refill |
| 615 | 620 | ||
| 621 | @ignore | ||
| 616 | @item M-x cvs-quickdir | 622 | @item M-x cvs-quickdir |
| 617 | Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries} | 623 | Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries} |
| 618 | files. This is very much like @code{cvs-examine} except that it does | 624 | files. This is very much like @code{cvs-examine} except that it does |
| 619 | not access the CVS repository which is a major advantage when the | 625 | not access the CVS repository which is a major advantage when the |
| 620 | repository is far away. But of course, it will not be able to detect | 626 | repository is far away. But of course, it will not be able to detect |
| 621 | when a file needs to be updated or merged. | 627 | when a file needs to be updated or merged. |
| 628 | @end ignore | ||
| 622 | 629 | ||
| 623 | @end table | 630 | @end table |
| 624 | 631 | ||
| 625 | The first four of those commands are also reachable from the menubar | 632 | @c The first four of |
| 633 | Those commands are also reachable from the menubar | ||
| 626 | under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit | 634 | under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit |
| 627 | with the CVS administrative subdirectory in your work area with a simple | 635 | with the CVS administrative subdirectory in your work area with a simple |
| 628 | prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This | 636 | prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This |