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

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

bug#18579: 24.3.93; vc-bzr-after-dir-status should not skip ignored file


From: Dmitry Gutov
Subject: bug#18579: 24.3.93; vc-bzr-after-dir-status should not skip ignored files
Date: Fri, 03 Oct 2014 05:03:55 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

On 09/29/2014 05:29 PM, Stefan Monnier wrote:

Why does this feature need an `ignored' value for the ignored files?
I thought we could simply say that any file which is not
edited/up-to-date/unknown is assumed to be ignored.

Here's another reason why this is not ideal: vc-bzr doesn't include up-to-date files in the `dir-status-files' results either.

Since there's no apparent switch in `bzr status' for that, I guess these entries could be determined by exclusion.

`vc-svn-dir-status-files' has a similar problem, except its status output doesn't distinguish between up-to-date and not-found files. We could either ignore that problem and do as with Bzr above, or call `svn status' with switch "-v", and parse the output in the different format.

`vc-hg-dir-status-files' doesn't include ignored files, nor up-to-date files, which is weird, given that `vc-hg-after-dir-status' tries to parse these statuses. Apparently, we should add a "-A" switch in `vc-hg-dir-status-files'.





reply via email to

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