Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
81b8f0e6
Commit
81b8f0e6
authored
Nov 07, 1996
by
Richard M. Stallman
Browse files
(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".
parent
761a9cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc.el
lisp/vc.el
+1
-1
No files found.
lisp/vc.el
View file @
81b8f0e6
...
...
@@ -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
"
r
log"
)))
(
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment