mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
; * doc/emacs/maintaining.texi (VC Change Log): Missing annotations.
This commit is contained in:
parent
b0e4e53b9a
commit
0aa44112b6
1 changed files with 19 additions and 16 deletions
|
|
@ -1144,38 +1144,41 @@ compare past revisions (@pxref{Old Revisions}):
|
|||
|
||||
@table @kbd
|
||||
@item p
|
||||
Move to the previous revision entry. (Revision entries in the log
|
||||
buffer are usually in reverse-chronological order, so the previous
|
||||
revision-item usually corresponds to a newer revision.) A numeric
|
||||
prefix argument is a repeat count.
|
||||
Move to the previous revision entry (@code{log-view-msg-prev}).
|
||||
(Revision entries in the log buffer are usually in reverse-chronological
|
||||
order, so the previous revision-item usually corresponds to a newer
|
||||
revision.) A numeric prefix argument is a repeat count.
|
||||
|
||||
@item n
|
||||
Move to the next revision entry. A numeric prefix argument is a
|
||||
repeat count.
|
||||
Move to the next revision entry (@code{log-view-msg-next}). A numeric
|
||||
prefix argument is a repeat count.
|
||||
|
||||
@item a
|
||||
Annotate the revision on the current line (@pxref{Old Revisions}).
|
||||
Annotate the revision on the current line
|
||||
(@code{log-view-annotate-version}; @pxref{Old Revisions}).
|
||||
|
||||
@item e
|
||||
Modify the change comment displayed at point. Note that not all VC
|
||||
systems support modifying change comments.
|
||||
Modify the change comment displayed at point
|
||||
(@code{log-view-modify-change-comment}). Note that not all VC systems
|
||||
support modifying change comments.
|
||||
|
||||
@item f
|
||||
Visit the revision indicated at the current line.
|
||||
Visit the revision indicated at the current line
|
||||
(@code{log-view-find-revision}).
|
||||
|
||||
@item d
|
||||
Display a diff between the revision at point and the next earlier
|
||||
revision, for the specific file.
|
||||
revision, for the specific file (@code{log-view-diff}).
|
||||
|
||||
@item D
|
||||
Display the changeset diff between the revision at point and the next
|
||||
earlier revision. This shows the changes to all files made in that
|
||||
revision.
|
||||
earlier revision (@code{log-view-diff-changeset}). This shows the
|
||||
changes to all files made in that revision.
|
||||
|
||||
@item @key{RET}
|
||||
In a compact-style log buffer (e.g., the one created by @kbd{C-x v
|
||||
L}), toggle between showing and hiding the full log entry for the
|
||||
revision at point.
|
||||
In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}),
|
||||
toggle between showing and hiding the full log entry for the revision at
|
||||
point (@code{log-view-toggle-entry-display}).
|
||||
@end table
|
||||
|
||||
@vindex vc-log-show-limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue