diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-21 16:16:13 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-21 16:16:13 +0800 |
commit | d052d3bdf357c710b2885d6acb77194726705937 (patch) | |
tree | 6e0c6f937691cd8d6c354bd5e4ce8978dbd66a06 /etc/NEWS | |
parent | 26d078a69e2251efc65d1a25c3f59ceca50de87d (diff) | |
download | emacs-d052d3bdf357c710b2885d6acb77194726705937.tar.gz |
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/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -275,6 +275,9 @@ whole tree revisions. *** In VC directory mode, `L' lists the change log for the current VC controlled tree in a window. +*** In VC directory mode, `I' shows a log of changes that will be +received with a pull operation. + *** `C-x v G' (globally) and `G' (in VC directory mode) ignores a file under current version control system. When called with a prefix argument, you can remove a file from the ignored file list. |