comparison lisp/vc.el @ 87506:de46129c1767

State that dir-state is required to set the vc-state and vc-backend properties.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 31 Dec 2007 19:14:24 +0000
parents b5060e79eb98
children 4146f1cc135e
comparison
equal deleted inserted replaced
87505:23d83c8812e1 87506:de46129c1767
161 ;; 161 ;;
162 ;; If provided, this function is used to find the version control 162 ;; If provided, this function is used to find the version control
163 ;; state of as many files as possible in DIR, and all subdirecties 163 ;; state of as many files as possible in DIR, and all subdirecties
164 ;; of DIR, in a fast way; it is used to avoid expensive indivitual 164 ;; of DIR, in a fast way; it is used to avoid expensive indivitual
165 ;; vc-state calls. The function should not return anything, but 165 ;; vc-state calls. The function should not return anything, but
166 ;; rather store the files' states into the corresponding `vc-state' 166 ;; rather store the files' states into the corresponding properties.
167 ;; properties. (Note: in older versions this method was not 167 ;; Two properties are required: `vc-backend' and `vc-state'. (Note:
168 ;; required to recurse into subdirectories.) 168 ;; in older versions this method was not required to recurse into
169 ;; subdirectories.)
169 ;; 170 ;;
170 ;; * working-revision (file) 171 ;; * working-revision (file)
171 ;; 172 ;;
172 ;; Return the working revision of FILE. This is the revision fetched 173 ;; Return the working revision of FILE. This is the revision fetched
173 ;; by the last checkout or upate, not necessarily the same thing as the 174 ;; by the last checkout or upate, not necessarily the same thing as the