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 ned.deily
Recipients ned.deily, serhiy.storchaka
Date 2012-08-03.20:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344024975.95.0.173827371264.issue15550@psf.upfronthosting.co.za>
In-reply-to
Content
There already is a hook in place for the main python.org repository that checks for and rejects changesets that include files with space issues:

http://hg.python.org/hooks/file/bd04c6b37749/checkwhitespace.py

You can add it to your local repo to check patches before they are pushed.
History
Date User Action Args
2012-08-03 20:16:16ned.deilysetrecipients: + ned.deily, serhiy.storchaka
2012-08-03 20:16:15ned.deilysetmessageid: <1344024975.95.0.173827371264.issue15550@psf.upfronthosting.co.za>
2012-08-03 20:16:15ned.deilylinkissue15550 messages
2012-08-03 20:16:14ned.deilycreate