]> git.eshelyaron.com Git - emacs.git/commit
Add vc-create/switch/print-branch to menu and update documentation (bug#63690)
authorJuri Linkov <juri@linkov.net>
Thu, 25 May 2023 18:24:23 +0000 (21:24 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 25 May 2023 18:24:23 +0000 (21:24 +0300)
commitb62a2b08b80ecf855096daf1e9e84b3f7bc7622a
treef5a63416d6b648538cb75ae2c40e371363234697
parentd292d282292b8ce1f4e1ba97d0110178153f73c5
Add vc-create/switch/print-branch to menu and update documentation (bug#63690)

* doc/emacs/maintaining.texi (VC Change Log):
Add 'C-x v b l' (vc-print-branch-log).
(Creating Branches): Add @kindex and @findex for vc-create-branch.
(Switching Branches): Add @kindex and @findex for vc-switch-branch.

* lisp/vc/vc-hooks.el (vc-menu-map): Add menu items for new
commands vc-create-branch and vc-switch-branch, and also
vc-print-branch-log.

* lisp/vc/vc.el (vc-print-branch-log): Improve docstring.
doc/emacs/maintaining.texi
lisp/vc/vc-hooks.el
lisp/vc/vc.el