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
bd25cb26
Commit
bd25cb26
authored
Oct 30, 2005
by
André Spiegel
Browse files
(vc-cvs-delete-file): Commit the file after removing it.
parent
5e7ae3bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/vc-cvs.el
lisp/vc-cvs.el
+2
-1
No files found.
lisp/vc-cvs.el
View file @
bd25cb26
...
...
@@ -452,7 +452,8 @@ REV is the revision to check out into WORKFILE."
(
message
"Checking out %s...done"
filename
)))))
(
defun
vc-cvs-delete-file
(
file
)
(
vc-cvs-command
nil
0
file
"remove"
"-f"
))
(
vc-cvs-command
nil
0
file
"remove"
"-f"
)
(
vc-cvs-command
nil
0
file
"commit"
"-mRemoved."
))
(
defun
vc-cvs-revert
(
file
&optional
contents-done
)
"Revert FILE to the version it was based on."
...
...
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