changeset 94518:7bd70b5b8bda

Add items to TODO list.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 01 May 2008 16:05:04 +0000
parents 26f40b2c5e7d
children 44d4506fa470
files lisp/vc.el
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Thu May 01 15:18:52 2008 +0000
+++ b/lisp/vc.el	Thu May 01 16:05:04 2008 +0000
@@ -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: