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 ncoghlan
Recipients ezio.melotti, ncoghlan
Date 2012-11-04.15:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352041451.32.0.465920697634.issue16405@psf.upfronthosting.co.za>
In-reply-to
Content
Setting up the same commit checks locally that the main repo enforces for incoming patch sets can save a great deal of frustration with the server rejecting "hg push" for changes (this can be especially frustrating if you have already merged changes across branches).

The committer section of the devguide [1] should explain how to:

1. Check out the hooks repo from hg.python.org
2. Configure the whitespace checking hook by adding this to hgrc for the relevant repo(s) (adjusting the path appropriately for the checked out location of the hooks repo):

[hooks]
commit = python:~/devel/hg_hooks/checkwhitespace.py:check_whitespace_single


[1] http://docs.python.org/devguide/committing.html#committing-and-pushing-changes
History
Date User Action Args
2012-11-04 15:04:11ncoghlansetrecipients: + ncoghlan, ezio.melotti
2012-11-04 15:04:11ncoghlansetmessageid: <1352041451.32.0.465920697634.issue16405@psf.upfronthosting.co.za>
2012-11-04 15:04:11ncoghlanlinkissue16405 messages
2012-11-04 15:04:10ncoghlancreate