summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-09-21 16:16:13 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-09-21 16:16:13 +0800
commitd052d3bdf357c710b2885d6acb77194726705937 (patch)
tree6e0c6f937691cd8d6c354bd5e4ce8978dbd66a06 /etc/NEWS
parent26d078a69e2251efc65d1a25c3f59ceca50de87d (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 736bf8f14e6..1cb8d53b57f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.