diff lisp/ChangeLog @ 105730:414178e8f10d

(vc-responsible-backend): Throw an error if not backend is found. Remove the REGISTER argument. Move the code dealing with REGISTER ... (vc-get-backend-for-registration): ... here. New function. (vc-deduce-fileset): Call vc-get-backend-for-registration instead of vc-responsible-backend, pass the file name instead of the directory name.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Oct 2009 18:07:38 +0000
parents 65c5d19965b2
children 1528571f6bfd
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 23 17:56:06 2009 +0000
+++ b/lisp/ChangeLog	Fri Oct 23 18:07:38 2009 +0000
@@ -1,3 +1,13 @@
+2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc.el (vc-responsible-backend): Throw an error if not backend is
+	found.  Remove the REGISTER argument. Move the code dealing with
+	REGISTER ...
+	(vc-get-backend-for-registration): ... here.  New function.
+	(vc-deduce-fileset): Call vc-get-backend-for-registration instead
+	of vc-responsible-backend, pass the file name instead of the
+	directory name.
+
 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):