]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-(m)cvs-create-repo): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Jul 2007 03:56:53 +0000 (03:56 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Jul 2007 03:56:53 +0000 (03:56 +0000)
lisp/ChangeLog
lisp/vc-cvs.el
lisp/vc-mcvs.el

index 079e14914b3c1c34d4ef3caa47153998bdc23f67..d91e23da97ba70b4268dc6c300bcd7be6d66e088 100644 (file)
@@ -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.
 
index 588ff4be6ba7282d69737f27ee6129c9188422a3..2daf2f72fba8ccc32630b366fc68c4ad3327f2df 100644 (file)
@@ -281,10 +281,6 @@ committed and support display of sticky tags."
 ;;; 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.
index 928f2978ec135e5164df32dce13df57ab2d76ed6..debdf892183918c5f8852e70aca0c563d105f722 100644 (file)
@@ -207,10 +207,6 @@ This is only meaningful if you don't use the implicit checkout model
 ;;; 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.