/[emacs]/emacs/lisp/vc-cvs.el
ViewVC logotype

Diff of /emacs/lisp/vc-cvs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.78 by spiegel, Sun Oct 30 11:08:41 2005 UTC
# Line 452  REV is the revision to check out into WO Line 452  REV is the revision to check out into WO
452          (message "Checking out %s...done" filename)))))          (message "Checking out %s...done" filename)))))
453    
454  (defun vc-cvs-delete-file (file)  (defun vc-cvs-delete-file (file)
455    (vc-cvs-command nil 0 file "remove" "-f"))    (vc-cvs-command nil 0 file "remove" "-f")
456      (vc-cvs-command nil 0 file "commit" "-mRemoved."))
457    
458  (defun vc-cvs-revert (file &optional contents-done)  (defun vc-cvs-revert (file &optional contents-done)
459    "Revert FILE to the version it was based on."    "Revert FILE to the version it was based on."

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26