[Python-Dev] hg pull failed

skip at pobox.com skip at pobox.com
Sun Mar 6 16:44:38 CET 2011


    Georg> Yesterday's repository was still the test repository, now it's
    Georg> the real one.  You'll need to clone again.

Thanks.

I have a question about updates from cloned clones.  Suppose I clone the
central repo then clone locally to get the 2.7 and 3.2 release branches:

    hg clone http://hg.python.org/cpython
    hg clone cpython 3.2
    hg clone cpython 2.7

If I want to later update my maintenance branches to get any updates will it
suffice to just hg pull in my 2.7 and/or 3.2 directories or do I need to
pull in cpython first?  I guess my question is, are these clones transitive?

Skip


More information about the Python-Dev mailing list