Support showing a single log entry from vc-annotate.
commit662c5698fb07b4e280ef548375c703c1d03455c0
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 7 Dec 2009 09:02:11 +0000 (7 09:02 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 7 Dec 2009 09:02:11 +0000 (7 09:02 +0000)
tree7181cc811c24f419d5d39ab2360b9a0e40118c59
parent2de386ca1d481a544e6fed79baaa19adcc80161d
Support showing a single log entry from vc-annotate.
* vc.el (print-log): Add a new argument: START-REVISION.
(vc-print-log-internal): Add a new optional argument and
pass it to the backend.
(vc-print-log, vc-print-root-log): Adjust callers.
* vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
buffer already displays the requested log entry, use it.
Otherwise display only the log entry in question.
* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (log-view-file-re):
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
(vc-git-show-log-entry): Return t on success.
* vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
(vc-bzr-show-log-entry): Return t on success.
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12 files changed:
etc/NEWS
lisp/ChangeLog
lisp/vc-annotate.el
lisp/vc-bzr.el
lisp/vc-cvs.el
lisp/vc-git.el
lisp/vc-hg.el
lisp/vc-mtn.el
lisp/vc-rcs.el
lisp/vc-sccs.el
lisp/vc-svn.el
lisp/vc.el