Mercurial > emacs
comparison etc/NEWS @ 106060:2f9ecf376c7a
* vc.el (vc-log-show-limit): Default to 2000.
(vc-print-log-internal): Insert buttons to request more entries
when limiting the output.
* vc-sccs.el (vc-sccs-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-cvs.el (vc-cvs-print-log):
* vc-git.el (vc-git-print-log): Return 'limit-unsupported when
LIMIT is non-nil.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 16 Nov 2009 20:36:06 +0000 |
parents | 8103235103a7 |
children | cd4cbab8bb21 |
comparison
equal
deleted
inserted
replaced
106059:996d28557095 | 106060:2f9ecf376c7a |
---|---|
198 use to create a repository, create a new repository and register the | 198 use to create a repository, create a new repository and register the |
199 file. | 199 file. |
200 | 200 |
201 *** FIXME: add info about the new VC functions: vc-root-diff and | 201 *** FIXME: add info about the new VC functions: vc-root-diff and |
202 vc-root-print-log once they stabilize. | 202 vc-root-print-log once they stabilize. |
203 | |
204 *** The log functions (C-x v l and C-x v L) do not show the full log | |
205 by default anymore. The number of entries shown can be chosen | |
206 interactively with a prefix argument, by customizing | |
207 vc-log-show-limit. The log buffer display buttons that can be used | |
208 to change the number of entries shown. | |
209 RCS, SCCS, CVS and Git do not support this feature. | |
203 | 210 |
204 *** vc-annotate supports annotations through file copies and renames, | 211 *** vc-annotate supports annotations through file copies and renames, |
205 it displays the old names for the files and it can show logs/diffs for | 212 it displays the old names for the files and it can show logs/diffs for |
206 the corresponding lines. Currently only Git and Mercurial take | 213 the corresponding lines. Currently only Git and Mercurial take |
207 advantage of this feature. | 214 advantage of this feature. |