From: Eric S. Raymond Date: Thu, 1 May 2008 16:05:04 +0000 (+0000) Subject: Add items to TODO list. X-Git-Tag: emacs-pretest-23.0.90~5908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18a083fd784a1b7b6a8c56b2ce3e713ddac48f80;p=emacs.git Add items to TODO list. --- 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 @@ ;; ;; - vc-create-snapshot and vc-retrieve-snapshot should update the ;; buffers that might be visiting the affected 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. +;; +;; More issues here: +;; http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00664.html ;;; Code: