hg experimental (facebook)

PIERRE AUGIER pierre.augier at univ-grenoble-alpes.fr
Fri Jan 10 19:27:40 UTC 2020


----- Mail original -----
> De: "Uwe Brauer" <oub at mat.ucm.es>
> À: "Pulkit Goyal" <7895pulkit at gmail.com>
> Cc: "Uwe Brauer" <oub at mat.ucm.es>, "mercurial" <mercurial at mercurial-scm.org>
> Envoyé: Vendredi 10 Janvier 2020 19:22:36
> Objet: Re: hg experimental (facebook)

>>>> "PG" == Pulkit Goyal <7895pulkit at gmail.com> writes:
> 
> Hi Pulkit
> 
> 
>> Hi Uwe,
>> Apart from what Aaron mentioned in another reply, we have also
>> migrated most used extensions from hg-experimental to core hg.
>> remotefilelog, absorb, fastannotate, sparse, morestatus, lfs are some
>> of them.
> 
> 
> Do you mean in hg > 5.0.?
> 
> I am currently using 5.0.1, because more recent hg versions give my
> problems with hg-git and this is an extension I need very much

I use hg-git with hg 5.2 without any problems (still with Python 2 though). Which problems do you get ?

Installation with conda-app (https://bitbucket.org/paugier/conda-app). Just need miniconda (https://docs.conda.io/en/latest/miniconda.html) installed and:

pip install conda-app
conda-app install mercurial

That's it, you should get Mercurial 5.2, evolve and hg-git! Same commands on any OS.

I'm pretty happy with this tiny installer. It's especially very convenient with beginners.

To install other extensions, just

conda activate _env_mercurial
pip install ...

warning : the modules installed with `pip install --user` can interfere. I just delete them.

> I am interested in remotefilelog and in backups, because I strip a lot
> and find a command which would allow me to display what I stripped, useful.
> 
> thanks
> 
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial



More information about the Mercurial mailing list