aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-03-25 20:04:48 -0400
committerChong Yidong2010-03-25 20:04:48 -0400
commitef7b27ef14161df98ee199ace01258fc54aea013 (patch)
treea00bbff0848b700017cfe73336e6d89caa22979e /etc
parent431af6a4be891b9d0cf2774d350b73548421b3ef (diff)
downloademacs-ef7b27ef14161df98ee199ace01258fc54aea013.tar.gz
emacs-ef7b27ef14161df98ee199ace01258fc54aea013.zip
* 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.
301*** New command `vc-root-print-log', bound to `C-x v L'. 301*** New command `vc-root-print-log', bound to `C-x v L'.
302This displays a `*vc-change-log*' buffer showing the history of the 302This displays a `*vc-change-log*' buffer showing the history of the
303version-controlled directory tree as a whole. 303version-controlled directory tree as a whole.
304 304+++
305*** FIXME: vc-root-diff. 305*** New command `vc-root-diff', bound to `C-x v D'.
306This is similar to `vc-diff', but compares the entire directory tree
307of the current VC directory with its working revision.
306+++ 308+++
307*** `C-x v l' and `C-x v L' do not show the full log by default. 309*** `C-x v l' and `C-x v L' do not show the full log by default.
308The number of entries shown can be chosen interactively with a prefix 310The 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*'
310buffer now contains buttons at the end of the buffer, which can be 312buffer now contains buttons at the end of the buffer, which can be
311used to increase the number of entries shown. RCS, SCCS, and CVS do 313used to increase the number of entries shown. RCS, SCCS, and CVS do
312not support this feature. 314not support this feature.
313 315---
314*** vc-annotate supports annotations through file copies and renames, 316*** vc-annotate supports annotations through file copies and renames,
315it displays the old names for the files and it can show logs/diffs for 317it displays the old names for the files and it can show logs/diffs for
316the corresponding lines. Currently only Git and Mercurial take 318the corresponding lines. Currently only Git and Mercurial take