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 vinay.sajip
Recipients loewis, vinay.sajip
Date 2012-02-22.23:37:05
SpamBayes Score 4.057e-05
Marked as misclassified No
Message-id <1329953826.97.0.233883201006.issue14093@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, the Mercurial revision information is not appearing in Windows builds - they always appear to be "default". This appears to be because the relevant information is not passed to getbuildinfo.c.

The attached patch rectifies this, making the assumption that "hg" will always be accessible on the path. The basic method is to call "hg id -bit" and then pass the branch, tag and revision information when compiling getbuildinfo.c.

If "hg" is not in the path, no Mercurial information is added (i.e. the current behaviour).
History
Date User Action Args
2012-02-22 23:37:07vinay.sajipsetrecipients: + vinay.sajip, loewis
2012-02-22 23:37:06vinay.sajipsetmessageid: <1329953826.97.0.233883201006.issue14093@psf.upfronthosting.co.za>
2012-02-22 23:37:06vinay.sajiplinkissue14093 messages
2012-02-22 23:37:06vinay.sajipcreate