From 32ba3abcc148f356994a77b72052cca9da85ee4b Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 14 Sep 2009 04:38:49 +0000 Subject: * vc.el (top): print-log method now takes an optional SHORTLOG argument. Add a new method: root. * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for vc-print-root-log and vc-print-root-diff. * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log): * vc-git.el (vc-git-print-log, vc-git-log-view-mode): * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for short logs. * vc-cvs.el (vc-cvs-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog that is ignored for now. --- lisp/vc-mtn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/vc-mtn.el') diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index a6d1d99de81..2127199887e 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el @@ -188,7 +188,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." ;; (defun vc-mtn-roolback (files) ;; ) -(defun vc-mtn-print-log (files &optional buffer) +(defun vc-mtn-print-log (files &optional buffer shortlog) (vc-mtn-command buffer 0 files "log")) (defvar log-view-message-re) -- cgit v1.2.3