aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-05-10 04:39:08 +0000
committerDan Nicolaescu <[email protected]>2008-05-10 04:39:08 +0000
commit8234f5be56ab0ee66e2035cbe9a0e0bbbc8a48ac (patch)
treea9ed8074867c684e3e06c5cf09bb456119a3c6fc /lisp/vc.el
parent4b1a01b30ec5742b3b3d47797fee36903a3e0ad8 (diff)
Update todo.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 1778894e66..b221baffef 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -593,7 +593,7 @@
;; provide custom headers, use the `extra' field and deal with all
;; possible VC states.
;;
-;; - add function that calls vc-dir to `find-directory-functions'.
+;; - add a function that calls vc-dir to `find-directory-functions'.
;;
;; - vc-diff, vc-annotate, etc. need to deal better with unregistered
;; files. Now that unregistered and ignored files are shown in
@@ -603,6 +603,9 @@
;; - do not default to RCS anymore when the current directory is not
;; controlled by any VCS and the user does C-x v v
;;
+;; - vc-responsible-backend should not return RCS if no backend
+;; declares itself responsible.
+;;
;; - vc-create-snapshot and vc-retrieve-snapshot should update the
;; buffers that might be visiting the affected files.
;;
@@ -623,6 +626,9 @@
;; - backends that care about vc-stay-local should try to take it into
;; account for vc-dir. Is this likely to be useful???
;;
+;; - vc-expand-dirs should take a backend parameter and only look for
+;; files managed by that backend.
+;;
;;; Code: