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
e39bd8ac
Commit
e39bd8ac
authored
Dec 26, 2002
by
André Spiegel
Browse files
(vc-rcs-checkin): By default, always specify the
current branch of the working file for check-in.
parent
04db6f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/vc-rcs.el
lisp/vc-rcs.el
+3
-1
No files found.
lisp/vc-rcs.el
View file @
e39bd8ac
...
...
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; $Id: vc-rcs.el,v 1.3
1
2002/1
1/13 12:38:20
spiegel Exp $
;; $Id: vc-rcs.el,v 1.3
2
2002/1
2/26 14:06:33
spiegel Exp $
;; This file is part of GNU Emacs.
...
...
@@ -325,6 +325,8 @@ whether to remove it."
default-branch
)
(
setq
rev
default-branch
)
(
setq
switches
(
cons
"-f"
switches
)))
(
if
(
and
(
not
rev
)
old-version
)
(
setq
rev
(
vc-branch-part
old-version
)))
(
apply
'vc-do-command
nil
0
"ci"
(
vc-name
file
)
;; if available, use the secure check-in option
(
and
(
vc-rcs-release-p
"5.6.4"
)
"-j"
)
...
...
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