Re: [Python-Dev] Have I got my hg dependencies correct?

2016年10月21日 19:09:06 -0700

On 10/21/2016 2:12 PM, Brett Cannon wrote:
On 2016年10月20日 at 04:48 Skip Montanaro <[email protected]
<mailto:[email protected]>> wrote:
 I've recently run into a problem building the math and cmath modules
 for 2.7. (I don't rebuild very often, so this problem might have been
 around for awhile.) My hg repos look like this:
 * My cpython repo pulls from https://hg.python.org/cpython
 * My 2.7 repo (and other non-tip repos) pulls from my cpython repo
 I think this setup was recommended way back in the day when hg was new
 to the Python toolchain to avoid unnecessary network bandwidth.
 So, if I execute
 hg pull
 hg update
 in first cpython, then 2.7 repos I should be up-to-date, correct?
Nope, you need to execute the same steps in your 2.7 checkout if you're
keeping it in a separate directory from your cpython repo that you're
referring to
If the 2.7 repository shares the default repository, as described in the devguide, then only update is needed. This has worked for me for at least two years.
--
Terry Jan Reedy
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to