]> git.eshelyaron.com Git - emacs.git/commitdiff
ESR already documented changeset-based VC. Remove duplicate entry
authorChong Yidong <cyd@stupidchicken.com>
Thu, 16 Oct 2008 00:04:33 +0000 (00:04 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 16 Oct 2008 00:04:33 +0000 (00:04 +0000)
about D in VC Annotate mode.

etc/NEWS

index 573a56ab0a09add7e793c2478a193cfd75ad4885..22ff4f8496db0f367b6fe51b5d27dd904053a528 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -876,7 +876,7 @@ Tramp uses the package `auth-source' to read passwords from a file, if
 necessary.
 
 ** VC and related modes
-
++++
 *** VC now supports applying VC operations to a set of files at a time.
 This enables VC to work much more effectively with changeset-oriented
 version-control systems such as Subversion, GNU Arch, Mercurial, Git
@@ -890,21 +890,17 @@ directory or a set of files/directories.
 *** Clicking on the VC mode-line entry now pops the VC menu.
 
 *** The VC mode-line entry now has a tooltip that explains the VC file status.
-
++++
 *** In VC Annotate mode, for VC systems that support changesets, you can
 see the diff for the whole changeset (not only for the current file)
-by typing the D key.
-
+by typing the D key.  Using the "Show changeset diff of revision at
+line" menu entry does the same thing.
++++
 *** In VC Annotate mode, you can type v to toggle the annotation visibility.
-
++++
 *** In VC Annotate mode, you can type f to show the file revision on
 the current line.
 
-*** In VC Annotate mode, for VC systems that support changesets, you
-can see the diff for the whole changeset (not only for the current
-file) by typing the D key or using the "Show changeset diff of
-revision at line" menu entry.
-
 *** Asynchronous VC commands display [Waiting...] in the mode-line
 of the corresponding buffer as long as the asynchronous process is
 active.