Mercurial > emacs
changeset 81988:09a639d5f43e
(vc-(m)cvs-create-repo): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Jul 2007 03:56:53 +0000 |
parents | 8d88b0199c17 |
children | f9f0d45ce573 |
files | lisp/ChangeLog lisp/vc-cvs.el lisp/vc-mcvs.el |
diffstat | 3 files changed, 3 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 20 03:48:27 2007 +0000 +++ b/lisp/ChangeLog Fri Jul 20 03:56:53 2007 +0000 @@ -1,5 +1,8 @@ 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> + * vc-mcvs.el (vc-mcvs-create-repo): + * vc-cvs.el (vc-cvs-create-repo): Remove. + * vc-hooks.el (vc-find-root): Fix case where `file' is the current directory and the root as well.
--- a/lisp/vc-cvs.el Fri Jul 20 03:48:27 2007 +0000 +++ b/lisp/vc-cvs.el Fri Jul 20 03:56:53 2007 +0000 @@ -281,10 +281,6 @@ ;;; State-changing functions ;;; -(defun vc-cvs-create-repo () - "Create a new CVS repository." - (error "Creation of CVS repositories is not supported.")) - (defun vc-cvs-register (files &optional rev comment) "Register FILES into the CVS version-control system. COMMENT can be used to provide an initial description of FILES.
--- a/lisp/vc-mcvs.el Fri Jul 20 03:48:27 2007 +0000 +++ b/lisp/vc-mcvs.el Fri Jul 20 03:56:53 2007 +0000 @@ -207,10 +207,6 @@ ;;; State-changing functions ;;; -(defun vc-mcvs-create-repo () - "Create a new Meta-CVS repository." - (error "Creation of Meta-CVS repositories is not supported.")) - (defun vc-mcvs-register (files &optional rev comment) "Register FILES into the Meta-CVS version-control system. COMMENT can be used to provide an initial description of FILE.