aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2008-05-01 16:05:04 +0000
committerEric S. Raymond2008-05-01 16:05:04 +0000
commit18a083fd784a1b7b6a8c56b2ce3e713ddac48f80 (patch)
treea356ae49d79c7fab050eafbc62826f129f9dc406
parent581c438cffbd6da5193d5a703786dcee470b52a8 (diff)
downloademacs-18a083fd784a1b7b6a8c56b2ce3e713ddac48f80.tar.gz
emacs-18a083fd784a1b7b6a8c56b2ce3e713ddac48f80.zip
Add items to TODO list.
-rw-r--r--lisp/vc.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index f13f4bd9d00..71a71aa7b8d 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -677,6 +677,15 @@
677;; 677;;
678;; - vc-create-snapshot and vc-retrieve-snapshot should update the 678;; - vc-create-snapshot and vc-retrieve-snapshot should update the
679;; buffers that might be visiting the affected files. 679;; buffers that might be visiting the affected files.
680;; - Using multiple backends needs work. Given a CVS directory with some
681;; files checked into git (but not all), using C-x v l to get a log file
682;; from a file only present in git, and then typing RET on some log entry,
683;; vc will bombs out because it wants to see the file being in CVS.
684;; Those logs should likely use a local variable to hardware the VC they
685;; are supposed to work with.
686;;
687;; More issues here:
688;; http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00664.html
680 689
681;;; Code: 690;;; Code:
682 691