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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Tue, 22 Jul 2008 04:39:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/22 04:39:29

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -b -r1.697 -r1.698
--- vc.el       28 Jun 2008 07:30:46 -0000      1.697
+++ vc.el       22 Jul 2008 04:39:26 -0000      1.698
@@ -82,9 +82,6 @@
 ;; vc's back is turned, or move/rename master files while vc is running,
 ;; vc may get seriously confused.  Don't do these things!
 ;;
-;; Developer's notes on some concurrency issues are included at the end of
-;; the file.
-;;
 ;; ADDING SUPPORT FOR OTHER BACKENDS
 ;;
 ;; VC can use arbitrary version control systems as a backend.  To add
@@ -619,9 +616,6 @@
 ;;   `diff-add-change-log-entries-other-window' to create a detailed
 ;;   skeleton for the log...
 ;;
-;; - The *vc-dir* buffer needs to be updated properly after VC
-;;   operations on directories that change the file VC state.
-;;
 ;; - most vc-dir backends need more work.  They might need to
 ;;   provide custom headers, use the `extra' field and deal with all
 ;;   possible VC states.
@@ -643,6 +637,8 @@
 ;;
 ;; - vc-dir toolbar needs more icons.
 ;;
+;; - The backends should avoid using `vc-file-setprop' and `vc-file-getprop'.
+;;
 ;;; Code:
 
 (require 'vc-hooks)
@@ -1299,7 +1295,7 @@
   (with-vc-properties
    files
    (vc-call-backend backend 'mark-resolved files)
-   ;; XXX: Is this TRTD?  Might not be.
+   ;; FIXME: Is this TRTD?  Might not be.
    `((vc-state . edited))))
 
 (defun vc-steal-lock (file rev owner)




reply via email to

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