Mercurial > emacs
comparison lisp/vc.el @ 81923:6806504780b5
Undo previous change.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 17 Jul 2007 04:47:57 +0000 |
parents | 8c6a9f107a7e |
children | 8f9991bf3b41 |
comparison
equal
deleted
inserted
replaced
81922:673dae20298a | 81923:6806504780b5 |
---|---|
222 ;; Fetch revision REV of file FILE and put it into BUFFER. | 222 ;; Fetch revision REV of file FILE and put it into BUFFER. |
223 ;; If REV is the empty string, fetch the head of the trunk. | 223 ;; If REV is the empty string, fetch the head of the trunk. |
224 ;; The implementation should pass the value of vc-checkout-switches | 224 ;; The implementation should pass the value of vc-checkout-switches |
225 ;; to the backend command. | 225 ;; to the backend command. |
226 ;; | 226 ;; |
227 ;; - checkout (file &optional editable rev) | 227 ;; * checkout (file &optional editable rev) |
228 ;; | 228 ;; |
229 ;; Check out revision REV of FILE into the working area. If EDITABLE | 229 ;; Check out revision REV of FILE into the working area. If EDITABLE |
230 ;; is non-nil, FILE should be writable by the user and if locking is | 230 ;; is non-nil, FILE should be writable by the user and if locking is |
231 ;; used for FILE, a lock should also be set. If REV is non-nil, that | 231 ;; used for FILE, a lock should also be set. If REV is non-nil, that |
232 ;; is the revision to check out (default is current workfile version). | 232 ;; is the revision to check out (default is current workfile version). |