projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b694e65
)
Preserve time stamp of file when reverting to previous revision.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Dec 1996 04:57:32 +0000
(
04:57
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Dec 1996 04:57:32 +0000
(
04:57
+0000)
v7/src/edwin/vc.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/vc.scm
b/v7/src/edwin/vc.scm
index 3da4cac060df4470e61dea62695e8e889b4ed565..0549fec921e68530c8f1b90aaad0f49ce385a96b 100644
(file)
--- a/
v7/src/edwin/vc.scm
+++ b/
v7/src/edwin/vc.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: vc.scm,v 1.2
4 1996/05/14 01:51:4
2 cph Exp $
+;;; $Id: vc.scm,v 1.2
5 1996/12/16 04:57:3
2 cph Exp $
;;;
;;; Copyright (c) 1994-96 Massachusetts Institute of Technology
;;;
@@
-1101,6
+1101,7
@@
the value of vc-log-mode-hook."
(vc-run-command master 0 "co"
"-f"
(rcs-rev-switch "-u" revision)
+ (rcs-mtime-switch master)
(vc-workfile-pathname master))))))
(define-vc-type-operation 'CHECKIN vc-type:rcs