Mercurial > emacs
diff lisp/vc-sccs.el @ 105010:b3c2589ed19e
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 14 Sep 2009 04:38:49 +0000 |
parents | f4a041a8c69d |
children | f8ba8d6fd250 |
line wrap: on
line diff
--- a/lisp/vc-sccs.el Mon Sep 14 01:22:42 2009 +0000 +++ b/lisp/vc-sccs.el Mon Sep 14 04:38:49 2009 +0000 @@ -331,7 +331,7 @@ ;;; History functions ;;; -(defun vc-sccs-print-log (files &optional buffer) +(defun vc-sccs-print-log (files &optional buffer shortlog) "Get change log associated with FILES." (setq files (vc-expand-dirs files)) (vc-sccs-do-command buffer 0 "prs" (mapcar 'vc-name files)))