comparison lisp/vc-annotate.el @ 96517:b250e775669b

(vc-annotate-mode-menu): Add separator.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 05 Jul 2008 18:03:02 +0000
parents fa83184d8296
children fd7d46b20afe
comparison
equal deleted inserted replaced
96516:081de60dd1a7 96517:b250e775669b
274 "Visit the annotation of the revision identified in the current line"] 274 "Visit the annotation of the revision identified in the current line"]
275 ["Annotate revision previous to line" vc-annotate-revision-previous-to-line 275 ["Annotate revision previous to line" vc-annotate-revision-previous-to-line
276 :help "Visit the annotation of the revision before the revision at line"] 276 :help "Visit the annotation of the revision before the revision at line"]
277 ["Annotate latest revision" vc-annotate-working-revision 277 ["Annotate latest revision" vc-annotate-working-revision
278 :help "Visit the annotation of the working revision of this file"] 278 :help "Visit the annotation of the working revision of this file"]
279 "--"
279 ["Show log of revision at line" vc-annotate-show-log-revision-at-line 280 ["Show log of revision at line" vc-annotate-show-log-revision-at-line
280 :help "Visit the log of the revision at line"] 281 :help "Visit the log of the revision at line"]
281 ["Show diff of revision at line" vc-annotate-show-diff-revision-at-line 282 ["Show diff of revision at line" vc-annotate-show-diff-revision-at-line
282 :help "Visit the diff of the revision at line from its previous revision"] 283 :help "Visit the diff of the revision at line from its previous revision"]
283 ["Show changeset diff of revision at line" 284 ["Show changeset diff of revision at line"