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 Graeme.Winter
Recipients Graeme.Winter
Date 2011-06-16.10:41:35
SpamBayes Score 0.0043045064
Marked as misclassified No
Message-id <1308220896.74.0.810254280593.issue12346@psf.upfronthosting.co.za>
In-reply-to
Content
Some more information:

It has picked up that I have mercurial installed:


[gw56@ws050 Python-2.7.2_cci]$ cat config.log | grep HG
ac_cv_prog_HAS_HG=found
HAS_HG='found'
HGBRANCH='hg id -b $(srcdir)'
HGTAG='hg id -t $(srcdir)'
HGVERSION='hg id -i $(srcdir)'


however it happens to be rather an old version:


[gw56@ws050 Python-2.7.2_cci]$ hg --version
Mercurial Distributed SCM (version 0.9.3)

Copyright (C) 2005, 2006 Matt Mackall <mpm@selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


so does not recognise the command-line options that you are using.
History
Date User Action Args
2011-06-16 10:41:36Graeme.Wintersetrecipients: + Graeme.Winter
2011-06-16 10:41:36Graeme.Wintersetmessageid: <1308220896.74.0.810254280593.issue12346@psf.upfronthosting.co.za>
2011-06-16 10:41:36Graeme.Winterlinkissue12346 messages
2011-06-16 10:41:35Graeme.Wintercreate