* vc-rcs.el (vc-rcs-register): Fix registering a specific version.
This commit is contained in:
parent
2592ab767a
commit
ac859983d7
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-rcs.el (vc-rcs-register): Fix registering a specific version.
|
||||
|
||||
* vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
|
||||
|
||||
2009-12-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
|
|
|||
|
|
@ -277,6 +277,8 @@ to the RCS command.
|
|||
Automatically retrieve a read-only version of the file with keywords
|
||||
expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile."
|
||||
(let (subdir name)
|
||||
;; When REV is specified, we need to force using "-t-".
|
||||
(when rev (unless comment (setq comment "")))
|
||||
(dolist (file files)
|
||||
(and (not (file-exists-p
|
||||
(setq subdir (expand-file-name "RCS"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue