(vc-cvs-delete-file): Commit the file after removing it.
This commit is contained in:
parent
5e7ae3bddf
commit
bd25cb265f
1 changed files with 2 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue