Packaging mercurial with conda for easier installation?

2019-04-30 Thread Pierre Augier
shells): conda config --add channels conda-forge conda install conda-app conda-app install mercurial Note that conda-app doesn't exist yet (see https://github.com/conda/conda/issues/8556). Any feedback on this issue and this possible solution ? Cheers, Pierre -- Pierre Augier - CR CNRShtt

Re: Packaging mercurial with conda for easier installation?

2019-05-04 Thread PIERRE AUGIER
for compilers. If TortoiseHg is put on PyPI, it would be very simple to also support `conda-app install tortoisehg`. Cordialement, Pierre > > Le 30/04/2019 à 15:21, Pierre Augier a écrit : >> >> Hi all, >> >> I'm a researcher (in fluid dynamics). I

A good web forge (~Gitlab) supporting Mercurial before Bitbucket's deadline (1st of June 2020)?

2019-08-26 Thread PIERRE AUGIER
s be financially sustainable? - Would there be people / companies involved in the Mercurial community motivated to work on and/or finance such project? - What will be the choices of open-source projects using Mercurial and hosted now on Bitbucket? For example PyPy? Sorry for thi

Re: hg experimental (facebook)

2020-01-10 Thread PIERRE AUGIER
- Mail original - > De: "Uwe Brauer" > À: "Pulkit Goyal" <7895pul...@gmail.com> > Cc: "Uwe Brauer" , "mercurial" > Envoyé: Vendredi 10 Janvier 2020 19:22:36 > Objet: Re: hg experimental (facebook) "PG" == Pulkit Goyal <7895pul...@gmail.com> writes: > > Hi Pulkit > > >> Hi Uwe, >

Auto saving/synchronizing Bitbucket repositories locally

2020-01-29 Thread PIERRE AUGIER
e. For example, I will need to get the list of the repositories owned by the Bitbucket user (and even more, the list of repositories for which the user has writing permission), and I don't know yet how I'm going to do that. Any ideas ? Pierre -- Pierre Augier - CR CNRS

Mercurial API push bookmark

2020-02-11 Thread Pierre Augier
ion cannot be pushed since it doesn't have a bookmark I don't understand why Mercurial tells me something about revision as if it was trying to push this revision when commands.push(ui, repo, dest=path_github, bookmark="master") is called. Help would

Re: Mercurial API push bookmark

2020-02-22 Thread PIERRE AUGIER
quot;hg", "push", path_github, "-B", "master"]) ??? - Mail original - > De: "PIERRE AUGIER" > À: "mercurial" > Envoyé: Mardi 11 Février 2020 12:21:29 > Objet: Mercurial API push bookmark > Hi, > > I try to writ

Re: how to configure the global .hgrc file from the commandline

2020-05-27 Thread PIERRE AUGIER
A side remark on the `hg config --edit` command: I encountered problems with students with the default editor. On Windows, hg tries to open the config file with vi and just prints an error if vi is not available (which is very common)! On Linux, by default, hg opens the config file with vi, and

Better mechanism to choose the default editor (and avoid vi if possible)?

2020-05-29 Thread PIERRE AUGIER
Unix if nano is installed. Do you think Mercurial could be changed in this direction? What would be the drawback of this choice? Pierre - Mail original - > De: "Uwe Brauer" > À: "mercurial" > Envoyé: Jeudi 28 Mai 2020 20:34:28 > Objet: Re: how to configur

Re: Better mechanism to choose the default editor (and avoid vi if possible)?

2020-05-29 Thread PIERRE AUGIER
- Mail original - > De: "Marcus Harnisch" > À: "mercurial" > Envoyé: Vendredi 29 Mai 2020 17:38:59 > Objet: Re: Better mechanism to choose the default editor (and avoid vi if > possible)? > Is it safe to assume that users who are disturbed by this default > behaviour are likely to work

Re: Better mechanism to choose the default editor (and avoid vi if possible)?

2020-06-08 Thread PIERRE AUGIER
- Mail original - > De: "Marcus Harnisch" > À: "mercurial" > Envoyé: Dimanche 7 Juin 2020 13:35:06 > Objet: Re: Better mechanism to choose the default editor (and avoid vi if > possible)? > On 06/06/2020 23.24, Manuel Jacob wrote: >> In my opinion, on a UNIX-style system, if a distribu

Re: Better mechanism to choose the default editor (and avoid vi if possible)?

2020-06-10 Thread PIERRE AUGIER
- Mail original - > De: "Manuel Jacob" > À: "PIERRE AUGIER" > Cc: "mercurial" > Envoyé: Mercredi 10 Juin 2020 21:17:27 > Objet: Re: Better mechanism to choose the default editor (and avoid vi if > possible)? > On 2020-06-08

Re: topics: delete a topic

2020-08-28 Thread PIERRE AUGIER
- Mail original - > De: "Antoine Cezar" > À: "mercurial" > Envoyé: Vendredi 28 Août 2020 09:03:16 > Objet: Re: topics: delete a topic > Do you have an explanation for why people think that "hg topic --clear" > removes > the changesets with the topic? > > As I said earlier, this is how

Wheels on PyPI ?

2020-09-08 Thread PIERRE AUGIER
s me think this should be an optional dependency." So my questions are: - Why don't you publish wheels for Linux and OSX? - Would it be possible to publish wheels? Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519) Laboratoire des Ecoulem

A simple command to know which Python interpreter is used by hg?

2020-09-14 Thread PIERRE AUGIER
Hi, Is there a simple way to know which Python interpreter is used by hg? Something like `hg version -v` does not give this information. One can do something like `head -n 1 $(which hg)` but it's hacky and not portable. I'd like to get the full path of the interpreter used by hg to install e

Enable Rust compilation on conda-forge ?

2020-11-16 Thread PIERRE AUGIER
Hi, Would it make sense to enable Rust compilation on conda-forge? There is a Rust conda-forge package (https://anaconda.org/conda-forge/rust). Would we need to add some runtime dependencies? Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519

Re: Enable Rust compilation on conda-forge ?

2020-12-02 Thread PIERRE AUGIER
ust a conda bug. Do you understand why I get this error? - Mail original - > De: "Augie Fackler" > À: "PIERRE AUGIER" > Cc: "mercurial" , "Pierre-Yves David" > , "Raphaël Gomès" > > Envoyé: Mardi 17 Novembre 2020 2

Help about Mercurial internal, where the default path is obtained from the address given to clone?

2020-12-11 Thread PIERRE AUGIER
Hi, I'd like to try to fix an annoying issue that colleagues and students using Windows are encountering with hg-git. The issue is described here https://foss.heptapod.net/mercurial/hg-git/-/issues/335. On Windows, cloning a repo with the address given by Gitlab and Github (something like g..

Error hg with PyPy3.7 on windows (conda-forge)

2021-11-03 Thread PIERRE AUGIER
We get this error in one of the pipelines (using PyPy) for this PR https://github.com/conda-forge/mercurial-feedstock/pull/45 https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=401861&view=logs&jobId=5be07ae1-d8ba-5406-47b6-8e3a3a12f825&j=5be07ae1-d8ba-5406-47b6-8e3a3a12f82