aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2013-09-21 16:16:13 +0800
committerXue Fuqiao2013-09-21 16:16:13 +0800
commitd052d3bdf357c710b2885d6acb77194726705937 (patch)
tree6e0c6f937691cd8d6c354bd5e4ce8978dbd66a06 /etc
parent26d078a69e2251efc65d1a25c3f59ceca50de87d (diff)
downloademacs-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/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.
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
276controlled tree in a window. 276controlled tree in a window.
277 277
278*** In VC directory mode, `I' shows a log of changes that will be
279received 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
279under current version control system. When called with a prefix 282under current version control system. When called with a prefix
280argument, you can remove a file from the ignored file list. 283argument, you can remove a file from the ignored file list.