Mercurial > emacs
diff etc/NEWS @ 107680:d3e4095893c1
* maintaining.texi (Old Revisions): Document vc-root-diff.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 Mar 2010 20:04:48 -0400 |
parents | e0b20352344e |
children | a7a7dd1d90a3 |
line wrap: on
line diff
--- a/etc/NEWS Thu Mar 25 19:41:22 2010 -0400 +++ b/etc/NEWS Thu Mar 25 20:04:48 2010 -0400 @@ -301,8 +301,10 @@ *** 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 @@ 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