changeset 16529:5e1ecf96072f

(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Nov 1996 03:17:16 +0000
parents 62be63ee468d
children 08d4cb2b9754
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Thu Nov 07 00:16:51 1996 +0000
+++ b/lisp/vc.el	Thu Nov 07 03:17:16 1996 +0000
@@ -2225,7 +2225,7 @@
    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.