summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-03-25 20:04:48 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-03-25 20:04:48 -0400
commitebb2e7b224b59a1e20805b241c6ff106cc46bfde (patch)
tree7d43a0920a5de03ae585aef42fb7fb05a9404ff4 /etc
parent784bdd053a3584ad8fe28aff7acefba8da37964a (diff)
downloademacs-ebb2e7b224b59a1e20805b241c6ff106cc46bfde.tar.gz
* maintaining.texi (Old Revisions): Document vc-root-diff.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d7e4085f9b..0ab134b2e7c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -301,8 +301,10 @@ file.
*** New command `vc-root-print-log', bound to `C-x v L'.
This displays a `*vc-change-log*' buffer showing the history of the
version-controlled directory tree as a whole.
-
-*** FIXME: vc-root-diff.
++++
+*** New command `vc-root-diff', bound to `C-x v D'.
+This is similar to `vc-diff', but compares the entire directory tree
+of the current VC directory with its working revision.
+++
*** `C-x v l' and `C-x v L' do not show the full log by default.
The number of entries shown can be chosen interactively with a prefix
@@ -310,7 +312,7 @@ argument, or by customizing vc-log-show-limit. The `*vc-change-log*'
buffer now contains buttons at the end of the buffer, which can be
used to increase the number of entries shown. RCS, SCCS, and CVS do
not support this feature.
-
+---
*** vc-annotate supports annotations through file copies and renames,
it displays the old names for the files and it can show logs/diffs for
the corresponding lines. Currently only Git and Mercurial take