diff options
| author | Tom Tromey | 2017-02-15 05:19:50 -0700 |
|---|---|---|
| committer | Tom Tromey | 2017-02-25 10:46:13 -0700 |
| commit | 9e9d381ff0c83283278f43a65d3ecefd0cde8041 (patch) | |
| tree | c3738014788c19eb95c7948afe5a9bc3410041f7 /etc | |
| parent | 54319e7a2418690508f29cd6833c9fd9ecbc2fa3 (diff) | |
| download | emacs-9e9d381ff0c83283278f43a65d3ecefd0cde8041.tar.gz emacs-9e9d381ff0c83283278f43a65d3ecefd0cde8041.zip | |
Add more branch support to vc-dir
Bug#25859:
* lisp/vc/vc-dir.el (vc-dir-mode-map) Add "B" bindings.
* lisp/vc/vc.el (vc-revision-history): New defvar.
(vc-read-revision): Use vc-revision-history.
(vc-print-branch-log): New function.
* doc/emacs/maintaining.texi (VC Directory Commands): Document new
bindings.
* etc/NEWS: Mention new vc-dir bindings.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -708,6 +708,10 @@ string is computed dynamically based on 'url-privacy-level'. | |||
| 708 | colorful faces to make it more obvious to the user what the state is. | 708 | colorful faces to make it more obvious to the user what the state is. |
| 709 | See the 'vc-faces' customization group. | 709 | See the 'vc-faces' customization group. |
| 710 | 710 | ||
| 711 | +++ | ||
| 712 | *** 'vc-dir-mode' now binds 'vc-log-outgoing' to 'O'; and has various | ||
| 713 | branch-related commands on a keymap bound to 'B'. | ||
| 714 | |||
| 711 | ** CC mode | 715 | ** CC mode |
| 712 | 716 | ||
| 713 | *** Opening a .h file will turn C or C++ mode depending on language used. | 717 | *** Opening a .h file will turn C or C++ mode depending on language used. |