Mention that vc-prepare-patch can interact with a log-view
; * doc/emacs/vc1-xtra.texi (Preparing Patches): Extend documentation.
This commit is contained in:
parent
be1afa047f
commit
ff0fe62002
1 changed files with 7 additions and 2 deletions
|
|
@ -291,8 +291,13 @@ When collaborating on projects it is common to send patches via email,
|
|||
to share changes. If you wish to do this using VC, you can use the
|
||||
@code{vc-prepare-patch} command. This will prompt you for the
|
||||
revisions you wish to share, and which destination email address(es)
|
||||
to use. The command will then prepare those revisions using your
|
||||
@abbr{MUA, Mail User Agent} for you to review and send.
|
||||
to use. The revisions are separated using commas (or whatever was
|
||||
configured by @var{crm-separator}). The command will then prepare
|
||||
those revisions using your @abbr{MUA, Mail User Agent} for you to
|
||||
review and send.
|
||||
|
||||
When invoked interactively in a Log View buffer with marked revisions,
|
||||
these revisions will be used.
|
||||
|
||||
@vindex vc-prepare-patches-separately
|
||||
Depending on the value of the user option
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue