Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da4c9778
Commit
da4c9778
authored
Jul 20, 2007
by
Stefan Monnier
Browse files
(vc-(m)cvs-create-repo): Remove.
parent
3b27900d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/vc-cvs.el
lisp/vc-cvs.el
+0
-4
lisp/vc-mcvs.el
lisp/vc-mcvs.el
+0
-4
No files found.
lisp/ChangeLog
View file @
da4c9778
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.
...
...
lisp/vc-cvs.el
View file @
da4c9778
...
...
@@ -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.
...
...
lisp/vc-mcvs.el
View file @
da4c9778
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment