From 81b8f0e64b3d58628f3357313a662a4b9c6750da Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Nov 1996 03:17:16 +0000 Subject: [PATCH] (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index 0125e7cb4b0..1ed84971b0d 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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. -- 2.39.5