[issue21900] .hgignore: Missing ignores for downloaded doc build tools

2014-07-02 Thread Andy Maier

Andy Maier added the comment:

That is indeed true; i just verified that by creating a new clone repository. 
Sorry for the extra work.

When I created the bug yesterday, I had my repository clone updated to 2.7 
and the .hgignore definitely did not have the entries. I even saw all the 
downloaded doc tools in the status window of my hg client (which is what caused 
me to attempt to fix this in the first place).

I did do a commit to my local repository clone but did not push that (I would 
not have the rights anyway).

If anyone has an explanation on whyt I saw, I'd be grateful.

Andy

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21900] .hgignore: Missing ignores for downloaded doc build tools

2014-07-02 Thread R. David Murray

R. David Murray added the comment:

Are you sure your checkout was updated to 2.7?  If you had checked out 2.7, 
built the docs, then checked out 3.4 and done an hg status, you would see the 
Doc files as untracked.  If you were really checked out to 2.7 you shouldn't 
have.  I doubt there's any way to figure out what went wrong unless you can 
reproduce it.  Regardless, though, you are having a Mercurial issue here, not a 
Python one :)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21900] .hgignore: Missing ignores for downloaded doc build tools

2014-07-02 Thread Andy Maier

Andy Maier added the comment:

 Regardless, though, you are having a Mercurial issue here, not a Python one :)

That seems to be the case ... I don't think I can reproduce it.

All fine then.
Thanks, David!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21900] .hgignore: Missing ignores for downloaded doc build tools

2014-07-01 Thread Andy Maier

New submission from Andy Maier:

In Python 2.7 and up to Python 3.3, the documentation build process downloads 
tools such as Sphinx etc. into the Doc/tools subtree. The .hgignore file misses 
entries to ignore those.

The additional lines for .hgignore would be:
^Doc/tools/docutils/
^Doc/tools/jinja2/
^Doc/tools/pygments/
^Doc/tools/sphinx/

This change applies to 2.7 only (assuming 3.1-3.3 are no longer patched).

--
messages: 222041
nosy: andymaier
priority: normal
severity: normal
status: open
title: .hgignore: Missing ignores for downloaded doc build tools
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21900] .hgignore: Missing ignores for downloaded doc build tools

2014-07-01 Thread Andy Maier

Changes by Andy Maier andreas.r.ma...@gmx.de:


--
keywords: +patch
Added file: http://bugs.python.org/file35818/issue21900.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21900] .hgignore: Missing ignores for downloaded doc build tools

2014-07-01 Thread R. David Murray

R. David Murray added the comment:

The entries are there for 2.7.  And indeed for the 3.x versions to which they 
applied.

--
nosy: +r.david.murray
resolution:  - not a bug
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com