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

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

bug#6333: VC-dir shows added dirs twice


From: Lars Magne Ingebrigtsen
Subject: bug#6333: VC-dir shows added dirs twice
Date: Thu, 14 Jul 2011 00:09:22 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Dan Nicolaescu <dann@gnu.org> writes:

> This happens because "bzr status" returns test/indent/ and
> test/indent/Makefile as "added".  
>
> vc-dir shows subdirectory names so the one can apply VC operations on
> them, it only expects file names from the backend.
>
> bzr is a bit strange, if you do:
>
> mkdir one two
> touch two/three
>
> bzr add one two/three
>
> bzr status will show 
>
> one
> two 
> two/three
>
> as added.
>
> Probably `vc-bzr-after-dir-status' should filter out `two' in the
> situation above.

It's a bit odd, but is it a bug?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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