comparison etc/NEWS @ 106472:6e0f1038bc44

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 07 Dec 2009 09:02:11 +0000
parents ad4147368f52
children 5354cbc99ef1
comparison
equal deleted inserted replaced
106471:9fe246ccb486 106472:6e0f1038bc44
264 264
265 *** vc-annotate supports annotations through file copies and renames, 265 *** vc-annotate supports annotations through file copies and renames,
266 it displays the old names for the files and it can show logs/diffs for 266 it displays the old names for the files and it can show logs/diffs for
267 the corresponding lines. Currently only Git and Mercurial take 267 the corresponding lines. Currently only Git and Mercurial take
268 advantage of this feature. 268 advantage of this feature.
269
270 *** The log command in vc-annotate can display a single log entry
271 instead of redisplaying the full log. The RCS, CVS and SCCS VC
272 backends do not support this.
269 273
270 *** When a file is not found, VC will not try to check it out of RCS anymore. 274 *** When a file is not found, VC will not try to check it out of RCS anymore.
271 275
272 *** Diff and log operations can be used from dired buffers. 276 *** Diff and log operations can be used from dired buffers.
273 277