emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-mode nit: C-x v v doesn't add a file in a subdir


From: Dan Nicolaescu
Subject: Re: vc-mode nit: C-x v v doesn't add a file in a subdir
Date: Sun, 21 Oct 2007 16:54:16 -0700

Jim Meyering <address@hidden> writes:

  > I was surprised by this:
  > 
  >   $ git-init
  >   Initialized empty Git repository in .git/
  >   $ mkdir c; echo a > c/f; emacs c/f
  > 
  > then I typed C-x v v, and got this:
  > 
  >   vc-deduce-fileset: No fileset is available here.

It works for me.
This change should have fixed this:

2007-10-20  Eric S. Raymond  <address@hidden>

        * vc.el (vc-do-command): Condition out a misleading message when
        running asynchronously.
        (vc-deduce-fileset): New argument enables using an unregistered
        visited file as a singleton fileset if nothing else is available.
        (vc-next-action): Restore file-registering behavior.





reply via email to

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