# HG changeset patch # User Stefan Monnier # Date 1184903813 0 # Node ID 09a639d5f43e63b8e9da7f1f6b8f5f5797b7d235 # Parent 8d88b0199c1759a35c3793595a1c49f711d187f4 (vc-(m)cvs-create-repo): Remove. diff -r 8d88b0199c17 -r 09a639d5f43e lisp/ChangeLog --- 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 + * 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. diff -r 8d88b0199c17 -r 09a639d5f43e lisp/vc-cvs.el --- 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. diff -r 8d88b0199c17 -r 09a639d5f43e lisp/vc-mcvs.el --- 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.