summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-07 03:17:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-07 03:17:16 +0000
commit403a56092adab914d15f0215e0373eb1d66c9d18 (patch)
treee22fb63caf34b025f10442070e55bd7e0344e62b
parent2ba4e8d5a26f5fe3c3ecb050f7a2a8134e8686cb (diff)
downloademacs-403a56092adab914d15f0215e0373eb1d66c9d18.tar.gz
(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
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.