[issue12255] A few changes to .*ignore

R. David Murray report at bugs.python.org
Mon Jun 20 05:10:05 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Well, since there's no central server for hg, it can't track based on the server.  Perhaps I confused you by saying that the .hgignore file was "in the repo".  (It is "in the repo" in the sense that any tracked file is in the repo, but it's effect comes from its existence in the checkout tree from which you are running the hg commands.)

So yes, the .hgignore you get when you clone is so that everybody has the same base list.  That's why we are arguing about its appropriate contents :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12255>
_______________________________________


More information about the Python-bugs-list mailing list