* vc.el (top): print-log method now takes an optional SHORTLOG
commit32ba3abcc148f356994a77b72052cca9da85ee4b
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Sep 2009 04:38:49 +0000 (14 04:38 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Sep 2009 04:38:49 +0000 (14 04:38 +0000)
tree80b02f751f602b61e02e0ad58bb32a4e149639b6
parent31cd2dd4e14916714a5178b57dfda171a219cc93
* 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.
12 files changed:
etc/NEWS
lisp/ChangeLog
lisp/vc-bzr.el
lisp/vc-cvs.el
lisp/vc-git.el
lisp/vc-hg.el
lisp/vc-hooks.el
lisp/vc-mtn.el
lisp/vc-rcs.el
lisp/vc-sccs.el
lisp/vc-svn.el
lisp/vc.el