diff options
| author | Dan Nicolaescu | 2010-06-03 16:08:26 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-03 16:08:26 -0700 |
| commit | 54d3626e26da1d3d094e6182c308bb2ca968d691 (patch) | |
| tree | fde4cbe3cb4d27a68915ef00591a3725a125f8cd /etc | |
| parent | d8198da06bc90f4d3857fccf668bcc7c46a41a38 (diff) | |
| download | emacs-54d3626e26da1d3d094e6182c308bb2ca968d691.tar.gz emacs-54d3626e26da1d3d094e6182c308bb2ca968d691.zip | |
Add bindings for vc-log-incoming and vc-log-outgoing.
* lisp/vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
and vc-log-outgoing.
* lisp/vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
and vc-log-outgoing.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -164,6 +164,9 @@ read a file name from the minibuffer instead of using buffer-file-name. | |||
| 164 | 164 | ||
| 165 | *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. | 165 | *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. |
| 166 | 166 | ||
| 167 | *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and | ||
| 168 | vc-log-outgoing, respectively. | ||
| 169 | |||
| 167 | *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. | 170 | *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. |
| 168 | 171 | ||
| 169 | *** Special markup can be added to log-edit buffers. | 172 | *** Special markup can be added to log-edit buffers. |