bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63690: 29.0.91; New vc commands missing on vc-menu


From: Juri Linkov
Subject: bug#63690: 29.0.91; New vc commands missing on vc-menu
Date: Wed, 24 May 2023 20:31:21 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

>> @@ -898,6 +927,15 @@ vc-menu-map
>> +    (bindings--define-key map [vc-print-branch-log]
>> +      '(menu-item "Show Branch History" vc-print-branch-log
>> +              :help "Show the change log for branch root"))
>
> What is "branch root"?

Probably better to drop the word "root" to e.g.:

  "List the change log for branch"

Then docstring of 'vc-print-branch-log' could be changed too.

>> +    (bindings--define-key map [vc-switch-branch]
>> +      '(menu-item "Switch Branch" vc-switch-branch
>> +              :help "Switch to the branch"))
>
> "the" branch?

Maybe "the selected branch".  Then it may need an ellipsis:
"Switch Branch..."

> Also, AFAICT these commands are not described in the manual.  If they
> are important enough to be on the menu bar, I think we should mention
> them in the manual as well, no?

They are mentioned briefly in

  (info "(emacs) Creating Branches")
  (info "(emacs) Switching Branches")
  (info "(emacs) Editing VC Commands")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]