diff lisp/vc-cvs.el @ 94806:eedf64b515f0

Remove wash-log from the VC backend API.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 17:30:49 +0000
parents bf91c987049c
children 5e64dca662f0
line wrap: on
line diff
--- a/lisp/vc-cvs.el	Fri May 09 16:41:26 2008 +0000
+++ b/lisp/vc-cvs.el	Fri May 09 17:30:49 2008 +0000
@@ -492,10 +492,9 @@
    (if (vc-stay-local-p files) 'async 0)
    files "log"))
 
-(defun vc-cvs-wash-log ()
-  "Remove all non-comment information from log output."
-  (vc-call-backend 'RCS 'wash-log)
-  nil)
+(defun vc-cvs-comment-history (file)
+  "Get comment history of a file."
+  (vc-call-backend 'RCS 'comment-history file))
 
 (defun vc-cvs-diff (files &optional oldvers newvers buffer)
   "Get a difference report using CVS between two revisions of FILE."