emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Thu, 01 May 2008 16:05:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/01 16:05:05

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.599
retrieving revision 1.600
diff -u -b -r1.599 -r1.600
--- vc.el       1 May 2008 06:33:22 -0000       1.599
+++ vc.el       1 May 2008 16:05:04 -0000       1.600
@@ -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:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]