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 ezio.melotti
Recipients ezio.melotti, georg.brandl, loewis, pitrou
Date 2012-09-11.05:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347340391.86.0.248701031918.issue15917@psf.upfronthosting.co.za>
In-reply-to
Content
The attached Mercurial hook checks that all the changesets in a 3.x branch are merged with either another cset in the same branch or a cset in the following 3.x branch.

This is to detect and prevent situations where people commit something on e.g. 3.2 and push it without merging it with default.
History
Date User Action Args
2012-09-11 05:13:11ezio.melottisetrecipients: + ezio.melotti, loewis, georg.brandl, pitrou
2012-09-11 05:13:11ezio.melottisetmessageid: <1347340391.86.0.248701031918.issue15917@psf.upfronthosting.co.za>
2012-09-11 05:13:10ezio.melottilinkissue15917 messages
2012-09-11 05:13:10ezio.melotticreate