From: Richard M. Stallman Date: Thu, 7 Nov 1996 03:17:16 +0000 (+0000) Subject: (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". X-Git-Tag: emacs-20.1~3415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81b8f0e64b3d58628f3357313a662a4b9c6750da;p=emacs.git (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". --- 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.