diff lisp/ChangeLog @ 94803:0c63a93bf877

(vc-deduce-fileset): Don't require the checkout-model and the state to be consistent since it's often an unwarranted restriction. Don't return the state either. (vc-next-action): Check that the state is consistent. (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert) (vc-rollback, vc-update): Adapt to new return value of vc-deduce-fileset.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 May 2008 16:01:50 +0000
parents 1f66528f35c3
children 33d1e8fb0ae5
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 09 16:01:27 2008 +0000
+++ b/lisp/ChangeLog	Fri May 09 16:01:50 2008 +0000
@@ -1,5 +1,13 @@
 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* vc.el (vc-deduce-fileset): Don't require the checkout-model and the
+	state to be consistent since it's often an unwarranted restriction.
+	Don't return the state either.
+	(vc-next-action): Check that the state is consistent.
+	(vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
+	(vc-rollback, vc-update): Adapt to new return value of
+	vc-deduce-fileset.
+
 	* vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
 	(vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
 	(vc-dispatcher-in-fileset-p): New fun.