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 trent
Recipients belopolsky, dmalcolm, doko, eric.araujo, ned.deily, pitrou, python-dev, rpetrov, trent
Date 2012-08-30.14:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346338800.24.0.475437451021.issue9860@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, `make patchcheck` fails for me as follows:


% make patchcheck
./python /home/trent/hg/cpython-3.2/Tools/scripts/patchcheck.py
Getting the list of files that have been added/changed ... abort: no repository found in '/tmp/cpython-3.2-build' (.hg not found)!
0 files
Fixing whitespace ... 0 files
Fixing C file whitespace ... 0 files
Fixing docs whitespace ... 0 files
Docs modified ... NO
Misc/ACKS updated ... NO
Misc/NEWS updated ... NO
[51233 refs]

patchcheck.py needs to be modified so that it cd's into SRCDIR before running any hg commands.
History
Date User Action Args
2012-08-30 15:00:01trentsetrecipients: + trent, doko, belopolsky, pitrou, ned.deily, eric.araujo, rpetrov, dmalcolm, python-dev
2012-08-30 15:00:00trentsetmessageid: <1346338800.24.0.475437451021.issue9860@psf.upfronthosting.co.za>
2012-08-30 14:59:59trentlinkissue9860 messages
2012-08-30 14:59:58trentcreate