# HG changeset patch # User Richard M. Stallman # Date 847336636 0 # Node ID 5e1ecf96072ff69551020ec5199b391e051d1bde # Parent 62be63ee468d224eb77f8cf6b198dbcb4e44c0d1 (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". diff -r 62be63ee468d -r 5e1ecf96072f lisp/vc.el --- 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.