You can get the evolve version by doing something like pip freeze |grep evolve (or just pip freeze and look for it)
As far as thg, you probably need to update your version of tortoise (or rebuild, whichever applies to you) - it's not using the global mercurial in this case. You can see the version of mercurial tortoise is using from inside command palate in tortoise (Command L) and type hg --version in there. Like, for me it's using 4.8 but on the terminal (without tortoise) it's 4.9. On Tue, Apr 16, 2019 at 10:58 AM Neal Becker <[email protected]> wrote: > I had run that using thg. Using hg directly I get: > hg prune -r 126 > abort: cannot touch public changesets: 494779cd72f0 > (see 'hg help phases' for details) > > which makes sense. So thg was mis-reporting this message. > > On Tue, Apr 16, 2019 at 10:39 AM Augie Fackler <[email protected]> wrote: > > > > > > > > > On Apr 16, 2019, at 10:33, Neal Becker <[email protected]> wrote: > > > > > > hg prune --rev=126 > > > abort: No module named utils! > > > [command returned code 255 Tue Apr 16 10:32:16 2019] > > > > > > Any ideas? > > > > Run it again with the --traceback flag and show us the stack trace? > > > > > > > > _______________________________________________ > > > Mercurial mailing list > > > [email protected] > > > https://www.mercurial-scm.org/mailman/listinfo/mercurial > > > > > -- > Those who don't understand recursion are doomed to repeat it > _______________________________________________ > Mercurial mailing list > [email protected] > https://www.mercurial-scm.org/mailman/listinfo/mercurial >
_______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
