Comment.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2008 01:46:27 +0000 (01:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2008 01:46:27 +0000 (01:46 +0000)
lisp/vc.el

index bbddf14..54a4f2d 100644 (file)
@@ -1094,6 +1094,7 @@ merge in the changes into your working copy."
          (backend (car vc-fileset))
         (files (cdr vc-fileset))
          (fileset-only-files (vc-expand-dirs files))
+         ;; FIXME: We used to call `vc-recompute-state' here.
          (state (vc-state (car fileset-only-files)))
          ;; The backend should check that the checkout-model is consistent
          ;; among all the `files'.