]> git.eshelyaron.com Git - emacs.git/commit
Document the recently added branch commands (bug#50344)
authorJuri Linkov <juri@linkov.net>
Mon, 12 Sep 2022 19:12:50 +0000 (22:12 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 12 Sep 2022 19:12:50 +0000 (22:12 +0300)
commit5e6a7a210bbb92b7f4c94b5765297fd814362338
tree6c5126c6d9b90804addb6a244bc23cd72f65a34c
parentbcc95bd66d69f418f33d4277b1d2244eb3026ebe
Document the recently added branch commands (bug#50344)

* doc/emacs/maintaining.texi (VC Directory Commands): Change the
prefix key from "B" to "b".  Replace vc-create-tag with vc-create-branch,
and vc-retrieve-tag with vc-switch-branch.
(Switching Branches): Mention vc-switch-branch bound to 'C-x v b s'.
(Creating Branches): Mention vc-create-branch bound to 'C-x v b c'.

* lisp/vc/vc-dir.el (vc-dir-mode-map): In branch keymap 'b' rebind
"c" from vc-create-tag to vc-create-branch, and "s" from
vc-retrieve-tag to vc-switch-branch.
doc/emacs/maintaining.texi
etc/NEWS
lisp/vc/vc-dir.el