Re: add a topic but not a head

2019-06-17 Thread Aurélien Campéas
On 14/06/2019 15:49, Uwe Brauer wrote: "CdV" == Christophe de Vienne writes: 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

Re: add a topic but not a head

2019-06-14 Thread Faheem Mitha
On Fri, 14 Jun 2019, Uwe Brauer wrote: > On Fri, 14 Jun 2019, Faheem Mitha wrote: > DEB_BUILD_OPTIONS="nocheck" make deb Bash or tcsh? I don't know about tcsh. But try it. ___ Evolve-testers mailing list

Re: add a topic but not a head

2019-06-14 Thread Faheem Mitha
On Fri, 14 Jun 2019, Faheem Mitha wrote: On Fri, 14 Jun 2019, Uwe Brauer wrote: > On Fri, 14 Jun 2019, Uwe Brauer wrote: > It's fairly easy to obtain a Debian package for Mercurial. In many > cases, the Debian package from unstable will install on testing or > stable. And if not,

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
>>> "CdV" == Christophe de Vienne writes: > 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

Re: add a topic but not a head

2019-06-14 Thread Christophe de Vienne
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

Re: add a topic but not a head

2019-06-14 Thread Faheem Mitha
On Fri, 14 Jun 2019, Uwe Brauer wrote: > On Fri, 14 Jun 2019, Uwe Brauer wrote: > It's fairly easy to obtain a Debian package for Mercurial. In many > cases, the Debian package from unstable will install on testing or > stable. And if not, it's trivial to rebuild it. It's also quite

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
> On Fri, 14 Jun 2019, Uwe Brauer wrote: > It's fairly easy to obtain a Debian package for Mercurial. In many > cases, the Debian package from unstable will install on testing or > stable. And if not, it's trivial to rebuild it. It's also quite easy > to adapt the existing Debian

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
> On Fri, 14 Jun 2019, Uwe Brauer wrote: > It's fairly easy to obtain a Debian package for Mercurial. In many > cases, the Debian package from unstable will install on testing or > stable. And if not, it's trivial to rebuild it. It's also quite easy > to adapt the existing Debian packaging for

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
> 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

Re: add a topic but not a head

2019-06-14 Thread Christophe de Vienne
Le 14/06/2019 à 12:19, Uwe Brauer a écrit : "CdV" == Christophe de Vienne writes: > >> Le 14/06/2019 à 11:10, Uwe Brauer a écrit : > >>> It seems that all are compatible with 5.0, the only thing which makes me >>> doubt is that I don't like the fact that hg-stable does not provide a >>>

Re: add a topic but not a head

2019-06-14 Thread Faheem Mitha
On Fri, 14 Jun 2019, Uwe Brauer wrote: On Fri, 14 Jun 2019, Uwe Brauer wrote: Ok. With Mercurial (and even more so, Evolve) you should try to stay as current as possible. There's no reason not to. And Evolve in particular is still changing quite fast. The problem is I use quite a bit of

Re: add a topic but not a head

2019-06-14 Thread Christophe de Vienne
Le 14/06/2019 à 11:10, Uwe Brauer a écrit : > It seems that all are compatible with 5.0, the only thing which makes me > doubt is that I don't like the fact that hg-stable does not provide a > uninstall option, so I prefer to have a debian package. I could try to > use checkinstall though. I

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
> On Fri, 14 Jun 2019, Uwe Brauer wrote: > Ok. With Mercurial (and even more so, Evolve) you should try to stay > as current as possible. There's no reason not to. And Evolve in > particular is still changing quite fast. The problem is I use quite a bit of external extensions, for example

Re: add a topic but not a head

2019-06-14 Thread Faheem Mitha
On Fri, 14 Jun 2019, Uwe Brauer wrote: Hi Faheem > Hi Uwe, > On Fri, 14 Jun 2019, Uwe Brauer wrote: > You need to run `hg evolve --any` multiple times, not once. Thanks again. I did more experiments. Mercurial 4.4 + evolve 8.5.1: does not work Mercurial 5 + evolve 8.5.1: does work

[advanced evolve features and backward compatiblity] (was: add a topic but not a head)

2019-06-14 Thread Uwe Brauer
> Hi Uwe, > On Fri, 14 Jun 2019, Uwe Brauer wrote: > You need to run `hg evolve --any` multiple times, not once. Last question. If I upgrade, using this feature and push, say to bitbucket, where people will pull with mercurial 4.4 will there be a problem? Regards Uwe smime.p7s

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
Hi Faheem > Hi Uwe, > On Fri, 14 Jun 2019, Uwe Brauer wrote: > You need to run `hg evolve --any` multiple times, not once. Thanks again. I did more experiments. Mercurial 4.4 + evolve 8.5.1: does not work Mercurial 5 + evolve 8.5.1: does work So the culprit is the mercurial

Re: add a topic but not a head

2019-06-14 Thread Uwe Brauer
>>> "FM" == Faheem Mitha writes: > Hi Uwe, > You have orphans, so you should run `hg evolve`, I think. I did this and obtained nothing to evolve on current working copy parent (4 other orphan in the repository, do you want --any or --rev) So I run hg evolve --any And obtain @

Re: add a topic but not a head

2019-06-13 Thread Faheem Mitha
Hi Uwe, You have orphans, so you should run `hg evolve`, I think. Also, message text should be in the body of your message, not in an attachment. If you still think there is a problem, can you provide a script? Regards, Faheem ___ Evolve-testers

Re: add a topic but not a head

2019-06-13 Thread Uwe Brauer
>>> "PD" == Pierre-Yves David writes: > The result you get is not the expected behavior (the result you want > is the expected behavior). I don't get the result which you call the expected. Here is what I did I pulled the latest hg-stable so actually I have Mercurial Distributed SCM (version

Re: add a topic but not a head

2019-06-13 Thread Uwe Brauer
>>> "PD" == Pierre-Yves David writes: > latest version is 9.0.0 (however, the lastest verison with 4.4 support > is 8.5.1 IIRC) Thanks. Here is what I did, I changed to the evolve source directory which I had cloned already. hg up 8.5.1 pip install --user . Hg version -v evolve

Re: add a topic but not a head

2019-06-13 Thread Pierre-Yves David
latest version is 9.0.0 (however, the lastest verison with 4.4 support is 8.5.1 IIRC) On 6/13/19 1:22 PM, Uwe Brauer wrote: > hg version -v Very useful thanks evolve external 7.2.1 topic external 0.7.0 -- Pierre-Yves David

Re: add a topic but not a head

2019-06-13 Thread Uwe Brauer
> hg version -v Very useful thanks evolve external 7.2.1 topic external 0.7.0 smime.p7s Description: S/MIME cryptographic signature ___ Evolve-testers mailing list Evolve-testers@mercurial-scm.org

Re: add a topic but not a head

2019-06-13 Thread Pierre-Yves David
hg version -v On 6/13/19 1:09 PM, Uwe Brauer wrote: "PD" == Pierre-Yves David writes: The result you get is not the expected behavior (the result you want is the expected behavior). which versions or Mercurial and topic are you using ? I am using mercurial 4.4.1 about the evolve

Re: add a topic but not a head

2019-06-13 Thread Uwe Brauer
>>> "PD" == Pierre-Yves David writes: > The result you get is not the expected behavior (the result you want > is the expected behavior). > which versions or Mercurial and topic are you using ? I am using mercurial 4.4.1 about the evolve version I am not sure, since I installed it via pip in

Re: add a topic but not a head

2019-06-13 Thread Pierre-Yves David
The result you get is not the expected behavior (the result you want is the expected behavior). which versions or Mercurial and topic are you using ? On 6/13/19 12:06 PM, Uwe Brauer wrote: Hi In principle I like the fact that when I create a topic, I create a new head (it annoyed but this