add a topic but not a head
Christophe de Vienne
christophe at cdevienne.info
Fri Jun 14 13:04:15 UTC 2019
Le 14/06/2019 à 14:11, Uwe Brauer a écrit :
>
>> Le 14/06/2019 à 12:19, Uwe Brauer a écrit :
>
>> You don't have to clone the repositories, pip will download the packages
>> from pypi. So the command can be run from anywhere with the same result.
>
> Ah now I am really confused:
>
> when I do in my evolve clone
> hg up tip
>
> And then
> pip install --user .
Here the "." means that the current directory contains a package
sources, and pip will install it.
But pip can also install packages directly from pypi, so if you type
"pip install --upgrade --user mercurial" it will get the latest version
of mercurial and install it. Same thing for hg-evolve.
--
Christophe de Vienne
More information about the Evolve-testers
mailing list