Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
00ca5ce2
Commit
00ca5ce2
authored
Feb 19, 2008
by
Dan Nicolaescu
Browse files
(dir-status): Add a brief description.
parent
6d587cb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc.el
lisp/vc.el
+13
-0
No files found.
lisp/ChangeLog
View file @
00ca5ce2
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.
...
...
lisp/vc.el
View file @
00ca5ce2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment