Mercurial > emacs
changeset 100185:9cc555e1a10e
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 03 Dec 2008 07:41:10 +0000 |
parents | c3cf5c74dfe1 |
children | c9d564389052 |
files | lisp/vc-svn.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-svn.el Wed Dec 03 07:40:53 2008 +0000 +++ b/lisp/vc-svn.el Wed Dec 03 07:41:10 2008 +0000 @@ -256,6 +256,7 @@ (vc-do-command "*vc*" 0 vc-svn-program '(".") "checkout" (concat "file://" default-directory "SVN"))) +;; FIXME doc is wrong re switches. (defun vc-svn-register (files &optional rev comment) "Register FILES into the SVN version-control system. The COMMENT argument is ignored This does an add but not a commit.