]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Nov 1996 03:17:16 +0000 (03:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Nov 1996 03:17:16 +0000 (03:17 +0000)
lisp/vc.el

index 0125e7cb4b02405e06aa919ef4fbc98cb5cd8582..1ed84971b0dccdb022619b0a874d260f06381d2a 100644 (file)
@@ -2225,7 +2225,7 @@ default directory."
    file
    (vc-do-command nil 0 "prs" file 'MASTER)
    (vc-do-command nil 0 "rlog" file 'MASTER)
-   (vc-do-command nil 0 "cvs" file 'WORKFILE "rlog")))
+   (vc-do-command nil 0 "cvs" file 'WORKFILE "log")))
 
 (defun vc-backend-assign-name (file name)
   ;; Assign to a FILE's latest version a given NAME.