> On May 29, 2019, at 5:45 AM, Uwe Brauer <[email protected]> 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 > [email protected] > https://www.mercurial-scm.org/mailman/listinfo/evolve-testers _______________________________________________ Evolve-testers mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/evolve-testers
