[Python-Dev] hg pull failed

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 6 20:09:39 CET 2011


>> 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


More information about the Python-Dev mailing list