Mercurial website needs to be updated

2024-06-07 Thread PIERRE AUGIER
Hi, I was looking at the Mercurial website https://www.mercurial-scm.org/ and the wiki pages directly linked by this website. I realized that it gives a bad impression of Mercurial and does not show well that the project is still active. For example, in https://www.mercurial-scm.org/downloads,

Mercurial wheels uploaded to PyPI ?

2024-05-22 Thread PIERRE AUGIER
/dulwich/#files), hg-git can now be installed without compilation (on Linux/Windows/macOS). Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519) Laboratoire des Ecoulements Geophysiques et Industriels BP53, 38041 Grenoble Cedex, Francetel

Equivalent of .gitattributes export-ignore for Mercurial?

2024-01-31 Thread PIERRE AUGIER
version? Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519) Laboratoire des Ecoulements Geophysiques et Industriels BP53, 38041 Grenoble Cedex, Francetel:+33.4.56.52.86.16 ___ Mercurial mailing

Re: [hgbook ver. 2015] Updated version of the Mercurial book

2023-02-26 Thread PIERRE AUGIER
- Mail original - > De: "Craig Ozancin" > À: "PIERRE AUGIER" > Cc: "mercurial" > Envoyé: Vendredi 24 Février 2023 19:43:46 > Objet: Re: [hgbook ver. 2015] Updated version of the Mercurial book > This is excellent. I cloned the repo and fi

Re: [hgbook ver. 2015] Updated version of the Mercurial book

2023-02-22 Thread PIERRE AUGIER
- Mail original - > De: "Pierre-Yves David" > À: "PIERRE AUGIER" , "mercurial" > > Envoyé: Mardi 21 Février 2023 17:59:57 > Objet: Re: [hgbook ver. 2015] Updated version of the Mercurial book > On 2/21/23 17:05, PIERRE AUGIER wrot

Re: [hgbook ver. 2015] Updated version of the Mercurial book on foss.heptapod.net

2023-02-22 Thread PIERRE AUGIER
- Mail original - > De: "Pierre-Yves David" > À: "PIERRE AUGIER" , "mercurial" > > Envoyé: Mardi 21 Février 2023 17:59:57 > Objet: Re: [hgbook ver. 2015] Updated version of the Mercurial book > On 2/21/23 17:05, PIERRE AUGIER wrot

Re: [hgbook ver. 2015] Updated version of the Mercurial book

2023-02-21 Thread PIERRE AUGIER
on TikZ/LaTeX) so there are few graphs that are not rendered. The content is for some chapters quite outdated (for example about rollback, mq, etc.). I guess it could be nice to have a new version with updated content but it would require a collective effort. Pierre -- Pierre Augier - CR CNRS

Re: [hgbook ver. 2015] Source?

2023-02-17 Thread PIERRE AUGIER
Hi, I worked a bit on a new version of the Mercurial Book easier to build and a bit prettier (using Poetry and Jupyter Book). See https://github.com/paugier/mercurial-jupyterbook and https://foss.heptapod.net/heptapod/foss.heptapod.net/-/issues/211. Looking at how they are used, I don't think

Feature request: hg command to easily install extensions

2022-12-10 Thread Pierre Augier
able (only with 1 command) as soon as a recent version of hg is available. Is it a bad idea? Would it be doable? Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519) Laboratoire des Ecoulements Geophysiques et Industriels BP53, 38041 Grenoble Ced

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

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

Re: Enable Rust compilation on conda-forge ?

2020-12-02 Thread PIERRE AUGIER
. 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 21:17:35 > Ob

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

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

Wheels on PyPI ?

2020-09-08 Thread PIERRE AUGIER
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 Ecoulements Geoph

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

Re: the experimental force-topic feature does not work always.

2020-07-15 Thread PIERRE AUGIER
commit --interactive` (without record activated) ? Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519) Laboratoire des Ecoulements Geophysiques et Industriels BP53, 38041 Grenoble Cedex, Francetel:+33.4.56.52.86.16 - Mail original

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

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

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

2020-05-29 Thread PIERRE AUGIER
on 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

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,

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

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

Auto saving/synchronizing Bitbucket repositories locally

2020-01-29 Thread PIERRE AUGIER
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 http://www.legi.grenoble-inp.fr LEGI (UMR 5

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,

hg-git and hg-evolve incompatibility ?

2019-10-17 Thread Pierre Augier
also tried with https://dev.heptapod.net/heptapod/hg-git but it does not solve the issue. Any clues about what can be done ? Pierre -- Pierre Augier - CR CNRS http://www.legi.grenoble-inp.fr LEGI (UMR 5519) Laboratoire des Ecoulements Geophysiques et Industriels BP53, 38041

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

2019-08-26 Thread PIERRE AUGIER
ved 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 this long email, but I needed to share these thoughts and questions with Mercurial peop

Re: Packaging mercurial with conda for easier installation?

2019-05-04 Thread PIERRE AUGIER
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 also do a bit of tea

Packaging mercurial with conda for easier installation?

2019-04-30 Thread Pierre Augier
--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 CNRShttp://www.legi.grenoble-inp.fr L