bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#44420: 28.0.50; vc-register, under vc-dir buffer, says file already


From: Andrii Kolomoiets
Subject: bug#44420: 28.0.50; vc-register, under vc-dir buffer, says file already registered
Date: Tue, 03 Nov 2020 19:42:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Pankaj Jangid <pankaj@codeisgreat.org> writes:

> Steps:
> 1. Open vc-dir buffer `C-x v d'
> 2. Mark any changed file for further commands `m'
> 3. Goto an untracked file and press `i' (vc-register)
>    => File already registered

See docstring of the `vc-deduce-fileset`:

  If the current buffer is in `vc-dir' or Dired mode, FILESET is the
  list of marked files, or the current directory if no files are
  marked.

All commands in vc-dir buffer are applied to the marked files if any.
E.g. mark some changed file and then try to `vc-diff` (=) other file.

Including file name in the "File already registered" message may help to
understand whats going on though.





reply via email to

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