summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-06-24 03:24:38 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-06-24 03:24:38 +0000
commit572aed3d4cfa7a6701b717924de1623cabb60c20 (patch)
treef60ffa1399e851354739d53ef68bc693714fb11e /lisp/vc.el
parentecfb57d92349d36f26cb8d8cf94a413305dff420 (diff)
downloademacs-572aed3d4cfa7a6701b717924de1623cabb60c20.tar.gz
(Todo): Update.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el16
1 files changed, 3 insertions, 13 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index c783ffa8e91..b1e5fd29346 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -633,12 +633,9 @@
;; vc-dir, it is possible that these commands are called
;; for unregistered/ignored files.
;;
-;; - Using multiple backends needs work. Given a CVS directory with some
-;; files checked into git (but not all), using C-x v l to get a log file
-;; from a file only present in git, and then typing RET on some log entry,
-;; vc will bombs out because it wants to see the file being in CVS.
-;; Those logs should likely use a local variable to hardware the VC they
-;; are supposed to work with.
+;; - vc-next-action needs work in order to work with multiple
+;; backends: `vc-state' returns the state for the default backend,
+;; not for the backend in the current *vc-dir* buffer.
;;
;; - vc-dir-kill-dir-status-process should not be specific to dir-status,
;; it should work for other async commands done through vc-do-command
@@ -646,13 +643,6 @@
;;
;; - vc-dir toolbar needs more icons.
;;
-;; - vc-dir-menu-map-filter hook call needs to be moved to vc.el.
-;;
-;;;; Problems:
-;;
-;; - the *vc-dir* buffer is not updated correctly anymore after VC
-;; operations that change the file state.
-;;
;;; Code:
(require 'vc-hooks)