Mercurial > emacs
annotate doc/emacs/vc-xtra.texi @ 94498:a6081a478ad6
*** empty log message ***
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 30 Apr 2008 16:10:58 +0000 |
parents | 5d58981e6690 |
children | 8eb267268480 |
rev | line source |
---|---|
84270 | 1 @c This is part of the Emacs manual. |
87903 | 2 @c Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
84270 | 3 @c See file emacs.texi for copying conditions. |
4 @c | |
5 @c This file is included in emacs-xtra.texi when producing the printed | |
6 @c version. | |
7 @iftex | |
8 @node Advanced VC Usage | |
9 @section Advanced VC Usage | |
10 | |
11 Commonly used features of Emacs' version control (VC) support are | |
12 described in the main Emacs manual (@pxref{Version Control,,,emacs, | |
13 the Emacs Manual}). This chapter describes more advanced VC usage. | |
14 | |
15 @menu | |
16 * VC Dired Mode:: Listing files managed by version control. | |
17 * VC Dired Commands:: Commands to use in a VC Dired buffer. | |
85136
25d7083373cc
Updates for new VC.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
84270
diff
changeset
|
18 * Remote Repositories:: Efficient access to remote VCS servers. |
84270 | 19 * Snapshots:: Sets of file versions treated as a unit. |
20 * Miscellaneous VC:: Various other commands and features of VC. | |
21 * Customizing VC:: Variables that change VC's behavior. | |
22 @end menu | |
23 @end iftex | |
24 | |
25 @iftex | |
26 @include vc1-xtra.texi | |
27 @include vc2-xtra.texi | |
28 @end iftex | |
29 | |
30 @ignore | |
31 arch-tag: 11a18d0e-1baf-49da-8e38-f61195ae4dc3 | |
32 @end ignore |