emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/emacs/files.texi,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/files.texi,v
Date: Wed, 06 Aug 2008 14:56:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/08/06 14:56:33

Index: files.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/files.texi,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- files.texi  24 Jul 2008 00:29:24 -0000      1.26
+++ files.texi  6 Aug 2008 14:56:32 -0000       1.27
@@ -1955,37 +1955,50 @@
 view diffs, or view log entries:
 
 @table @kbd
address@hidden P
address@hidden p
 Annotate the previous revision, that is to say, the revision before
 the one currently annotated.  A numeric prefix argument is a repeat
-count, so @kbd{C-u 10 P} would take you back 10 revisions.
+count, so @kbd{C-u 10 p} would take you back 10 revisions.
 
address@hidden N
address@hidden n
 Annotate the next revision---the one after the revision currently
 annotated.  A numeric prefix argument is a repeat count.
 
address@hidden J
address@hidden j
 Annotate the revision indicated by the current line.
 
address@hidden A
address@hidden a
 Annotate the revision before the one indicated by the current line.
 This is useful to see the state the file was in before the change on
 the current line was made.
 
address@hidden D
address@hidden f
+Show in a buffer the file revision indicated by the current line.
+
address@hidden d
 Display the diff between the current line's revision and the previous
 revision.  This is useful to see what the current line's revision
 actually changed in the file.
 
address@hidden L
address@hidden D
+Display the diff between the current line's revision and the previous
+revision for all files in the changeset (for VC systems that support
+changesets).  This is useful to see what the current line's revision
+actually changed in the tree.
+
address@hidden l
 Show the log of the current line's revision.  This is useful to see
 the author's description of the changes in the revision on the current
 line.
 
address@hidden W
address@hidden w
 Annotate the working revision--the one you are editing.  If you used
address@hidden and @kbd{N} to browse to other revisions, use this key to
address@hidden and @kbd{n} to browse to other revisions, use this key to
 return to your working revision.
+
address@hidden v
+Toggle the annotation visibility.  This is useful for looking just at
+the file contents without distraction from the annotations.
 @end table
 
 @node Secondary VC Commands
@@ -2073,8 +2086,8 @@
 revision of the file that is currently being visited.
 
   In the change log buffer, you can use the following keys to move
-between the logs of revisions and of files, to view past revisions, and
-to view diffs:
+between the logs of revisions and of files, to view past revisions, to
+modify change comments, to view annotations and to view diffs:
 
 @table @kbd
 @item p
@@ -2112,6 +2125,13 @@
 @end ifnottex
 It also takes a numeric prefix argument as a repeat count.
 
address@hidden a
+Annotate the revision indicated by the current line.
+
address@hidden e
+Modify the change comment displayed at point.  Note that not all VC
+systems support modifying change comments.
+
 @item f
 Visit the revision indicated at the current line, like typing @kbd{C-x
 v ~} and specifying this revision's ID (@pxref{Old Revisions}).
@@ -2119,8 +2139,14 @@
 @item d
 Display the diff (@pxref{Comparing Files}) between the revision
 indicated at the current line and the next earlier revision.  This is
-useful to see what actually changed when the revision indicated on the
-current line was committed.
+useful to see what actually changed in the file when the revision
+indicated on the current line was committed.
+
address@hidden D
+Display the changeset diff (@pxref{Comparing Files}) between the
+revision indicated at the current line and the next earlier revision.
+This is useful to see all the changes to all files that the revision
+indicated on the current line did when it was committed.
 @end table
 
 @node VC Undo




reply via email to

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