mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 08:20:41 -08:00
(vc-(m)cvs-create-repo): Remove.
This commit is contained in:
parent
3b27900d2a
commit
da4c9778fb
3 changed files with 3 additions and 8 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue