diff etc/NEWS @ 105591:6e1befdc92ef

(vc-responsible-backend): When a directory is passed for for registration create a VC repository if no backend is responsible for the directory argument. (vc-deduce-fileset): Tell vc-responsible-backend to register.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 14 Oct 2009 06:08:47 +0000
parents 7c3b9513e457
children cc9d26f8485b
line wrap: on
line diff
--- a/etc/NEWS	Wed Oct 14 06:00:51 2009 +0000
+++ b/etc/NEWS	Wed Oct 14 06:08:47 2009 +0000
@@ -185,6 +185,11 @@
 
 ** VC and related modes
 
+*** When using C-x v v or C-x v i on a unregistered file that is in a
+directory not controlled by any VCS, ask the user what VC backend to
+use to create a repository, create a new repository and register the
+file.
+
 *** FIXME: add info about the new VC functions: vc-root-diff and
 vc-root-print-log once they stabilize.