diff options
| author | Chong Yidong | 2010-03-25 20:04:48 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-25 20:04:48 -0400 |
| commit | ef7b27ef14161df98ee199ace01258fc54aea013 (patch) | |
| tree | a00bbff0848b700017cfe73336e6d89caa22979e /etc | |
| parent | 431af6a4be891b9d0cf2774d350b73548421b3ef (diff) | |
| download | emacs-ef7b27ef14161df98ee199ace01258fc54aea013.tar.gz emacs-ef7b27ef14161df98ee199ace01258fc54aea013.zip | |
* maintaining.texi (Old Revisions): Document vc-root-diff.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -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'. |
| 302 | This displays a `*vc-change-log*' buffer showing the history of the | 302 | This displays a `*vc-change-log*' buffer showing the history of the |
| 303 | version-controlled directory tree as a whole. | 303 | version-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'. |
| 306 | This is similar to `vc-diff', but compares the entire directory tree | ||
| 307 | of 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. |
| 308 | The number of entries shown can be chosen interactively with a prefix | 310 | 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*' | |||
| 310 | buffer now contains buttons at the end of the buffer, which can be | 312 | buffer now contains buttons at the end of the buffer, which can be |
| 311 | used to increase the number of entries shown. RCS, SCCS, and CVS do | 313 | used to increase the number of entries shown. RCS, SCCS, and CVS do |
| 312 | not support this feature. | 314 | not 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, |
| 315 | it displays the old names for the files and it can show logs/diffs for | 317 | it displays the old names for the files and it can show logs/diffs for |
| 316 | the corresponding lines. Currently only Git and Mercurial take | 318 | the corresponding lines. Currently only Git and Mercurial take |