1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(dir-status): Add a brief description.

This commit is contained in:
Dan Nicolaescu 2008-02-19 15:44:45 +00:00
parent 6d587cb5d9
commit 00ca5ce2ea
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el (dir-status): Add a brief description.
2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
* vc-hooks.el (vc-find-root): Take optional arg INVERT.

View File

@ -167,6 +167,19 @@
;; in older versions this method was not required to recurse into
;; subdirectories.)
;;
;; - dir-status (dir update-function status-buffer)
;;
;; Produce RESULT: a list of conses of the form (file . vc-state)
;; for the files in DIR. If a command needs to be run to compute
;; this list, it should be run asynchronously. When RESULT is
;; computed, it should be passed back by doing:
;; (funcall UPDATE-FUNCTION RESULT STATUS-BUFFER)
;; This function is used by vc-status, a replacement for vc-dired.
;; vc-status is still under development, and is NOT feature
;; complete. As such, the requirements for this function might
;; change.
;; This is a replacement for dir-state.
;;
;; * working-revision (file)
;;
;; Return the working revision of FILE. This is the revision fetched