So, when I cloned, I should have done something like this:

     hg clone http://hg.python.org/cpython
     hg clone cpython 3.2
     hg clone 3.2 3.1
     hg clone cpython 2.7
     hg clone 2.7 2.6
     hg clone 2.6 2.5
     hg clone 2.5 2.4

instead of cloning everything from cpython, right?

You can still change the "default" entries in .hg/hgrc to point to
your desired default location.  That's the *only* thing that changes
depending on where you clone from.

What I often do is to add another line (below default=, or in
~/.hgrc), so I can do

hg pull # pulls from my local copy
hg push pydotorg # pushes directly into the remote directory

Regards,
Martin
_______________________________________________
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