This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients eric.araujo, jaraco, nadeem.vawda, tarek
Date 2012-02-15.15:34:59
SpamBayes Score 0.026456643
Marked as misclassified No
Message-id <7E79234E600438479EC119BD241B48D601E103F0@BY2PRD0610MB389.namprd06.prod.outlook.com>
In-reply-to <1329290650.52.0.0358638764516.issue14004@psf.upfronthosting.co.za>
Content
It's not that I forgot to set DISTUTILS_DEBUG, I simply did not set it. If the 
bug were still present, I would have seen a line indicating that 
.hg/last-message.txt was being copied.

For completeness, here's the output with the DEBUG setting:

    PS C:\Users\jaraco\projects\public\keyring> $env:DISTUTILS_DEBUG=1
    PS C:\Users\jaraco\projects\public\keyring> 
..\cpython\PCbuild\amd64\python.exe setup.py sdist 2> NULL | findstr hg
     adding .hg\last-message.txt
    exclude_pattern: applying regex 
r'(^|/|\\)(RCS|CVS|\.svn|\.hg|\.git|\.bzr|_darcs)(/|\\).*'
     removing .hg\last-message.txt
Files
File name Uploaded
smime.p7s jaraco, 2012-02-15.15:34:59
History
Date User Action Args
2012-02-15 15:35:01jaracosetrecipients: + jaraco, nadeem.vawda, tarek, eric.araujo
2012-02-15 15:34:59jaracolinkissue14004 messages
2012-02-15 15:34:59jaracocreate