* vc.el (vc-log-show-limit): New variable.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 15 Nov 2009 20:28:58 +0000 (20:28 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 15 Nov 2009 20:28:58 +0000 (20:28 +0000)
commit6616006b025a584a907e70dfffe54f65fc89e058
treed1c2d9a0919cd070081cd22b2ce3ddb7d4419297
parentf8e65267070633b270e2edf46bd9b521168e5358
* vc.el (vc-log-show-limit): New variable.
(vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
when using a prefix argument.
(vc-print-log-internal): Add new argument LIMIT.

* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (vc-mtn-print-log):
* vc-hg.el (vc-hg-print-log):
* vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
pass it to the log command when set. Make the BUFFER argument
non-optional.

* vc-sccs.el (vc-sccs-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-git.el (vc-git-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
ignore it.  Make the BUFFER argument non-optional
lisp/ChangeLog
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