diff options
| author | Xue Fuqiao | 2013-09-21 16:16:13 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-21 16:16:13 +0800 |
| commit | d052d3bdf357c710b2885d6acb77194726705937 (patch) | |
| tree | 6e0c6f937691cd8d6c354bd5e4ce8978dbd66a06 /etc | |
| parent | 26d078a69e2251efc65d1a25c3f59ceca50de87d (diff) | |
| download | emacs-d052d3bdf357c710b2885d6acb77194726705937.tar.gz emacs-d052d3bdf357c710b2885d6acb77194726705937.zip | |
Add keybinding for vc-log-incoming in vc-dir.
* doc/emacs/maintaining.texi (VC Directory Commands): Add keybinding for
vc-log-incoming in vc-dir.
* lisp/vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -275,6 +275,9 @@ whole tree revisions. | |||
| 275 | *** In VC directory mode, `L' lists the change log for the current VC | 275 | *** In VC directory mode, `L' lists the change log for the current VC |
| 276 | controlled tree in a window. | 276 | controlled tree in a window. |
| 277 | 277 | ||
| 278 | *** In VC directory mode, `I' shows a log of changes that will be | ||
| 279 | received with a pull operation. | ||
| 280 | |||
| 278 | *** `C-x v G' (globally) and `G' (in VC directory mode) ignores a file | 281 | *** `C-x v G' (globally) and `G' (in VC directory mode) ignores a file |
| 279 | under current version control system. When called with a prefix | 282 | under current version control system. When called with a prefix |
| 280 | argument, you can remove a file from the ignored file list. | 283 | argument, you can remove a file from the ignored file list. |