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 vstinner
Recipients neologix, vstinner
Date 2011-09-15.21:08:00
SpamBayes Score 0.002340899
Marked as misclassified No
Message-id <1316120880.91.0.728524360776.issue12981@psf.upfronthosting.co.za>
In-reply-to
Content
- Click on "Server-side clone" on http://hg.python.org/cpython
 - on your computer, hg clone default myclone # default if your local clone of cpython, default branch
 - cd myclone; edit code; hg ci
 - edit .hg/hgrc to update the repository URL
 - hg push
 - force a build on custom buildbots of your choice
History
Date User Action Args
2011-09-15 21:08:01vstinnersetrecipients: + vstinner, neologix
2011-09-15 21:08:00vstinnersetmessageid: <1316120880.91.0.728524360776.issue12981@psf.upfronthosting.co.za>
2011-09-15 21:08:00vstinnerlinkissue12981 messages
2011-09-15 21:08:00vstinnercreate