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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to