On Fri, Mar 30, 2012 at 8:00 AM, Matěj Cepl <mc...@redhat.com> wrote:
> Why does HG cpython repo contains .{bzr,git}ignore at all?

So that when people switch between repo software the set of ignored
files remains constant. While the "official" repo isn't going to
switch any time soon, various developers for various reasons prefer
different repo software and the tools for copying repos work well
enough that people actually do this, for various workflow purposes. As
long as patches eventually find their way back into the central Hg
repo I have no problem in it.

> IMHO, all .*ignore files should be strictly repository dependent and they
> should not be mixed together.

No, because then everybody who copies a repo to a different tool would
have to start over from scratch.

> It is even worse, that (understandingly) .{bzr,git}ignore are apparently
> poorly maintained, so in order to get an equivalent of .hgignore in
> .gitignore, one has to apply the attached patch.

Please file a bug to get this reviewed and checked in.

-- 
--Guido van Rossum (python.org/~guido)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to