diff options
author | Glenn Morris <rgm@gnu.org> | 2008-12-03 07:41:10 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-12-03 07:41:10 +0000 |
commit | cc4db61a45e28a6f31305cb1550fc2f5ced54526 (patch) | |
tree | 175de57d930a9c8dc3383b1ae3034fbc2cb34112 /lisp/vc-svn.el | |
parent | 3edf7a64eb0ff681f750861c2e1ad08c65426473 (diff) | |
download | emacs-cc4db61a45e28a6f31305cb1550fc2f5ced54526.tar.gz |
Comment.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r-- | lisp/vc-svn.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index f2fefdf101a..e11ec8f37cb 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -256,6 +256,7 @@ RESULT is a list of conses (FILE . STATE) for directory DIR." (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. |