local installation sucesful hg topics still does not work
Matthew Harbison
matt_harbison at yahoo.com
Wed May 29 11:24:54 UTC 2019
> On May 29, 2019, at 5:45 AM, Uwe Brauer <oub at mat.ucm.es> wrote:
>
>
> Hi
>
> Finally I run
>
> make install-home
>
> Then I added to my .hgrc file
>
> [extensions]
> evolve = /home/oub/lib/python/hgext3rd/evolve
You need ‘topic =‘ to enable the topic extension. They live in the same repo (and I’m guessing the same pip package), but it needs to be enabled separately.
> [experimental]
> evolution=all
You don’t need this with evolve enabled.
> And run (with hg 4.4)
>
> hg topics
>
> I receive
>
> hg topics
> (third party extension evolve requires version 4.5 or newer of Mercurial; disabling)
>
>
> Ok, I switch to the hg-stable directory, checkout version 4.5 and run
> make local
>
> Then I run
>
> ./hg topics
>
> And obtain
>
> hg topics
> hg: unknown command 'topics'
>
> So the warning and disabling is gone, which is good, but the topics
> command still does not work.
>
> What do I miss here?
>
> Uwe Brauer
> _______________________________________________
> Evolve-testers mailing list
> Evolve-testers at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/evolve-testers
More information about the Evolve-testers
mailing list