hg prune - no module named utils!
James Reynolds
james.glenn.reynolds at gmail.com
Tue Apr 16 15:21:43 UTC 2019
You also have to run pip freeze from within the tortoise console it may be
a different installation. (I tried to repro with your versions above inside
tortoise and couldn't)
Either way, I've seen this error before and I am fairly certain it's a
versioning issue.
I'd just get the latest of all three and you should be gtg.
On Tue, Apr 16, 2019 at 11:10 AM Neal Becker <ndbecker2 at gmail.com> wrote:
> hg-evolve==8.4.0
>
> TortoiseHg
>
> version 4.8.2
>
> with Mercurial-4.8.2, Python-2.7.15, PyQt-5.11.3, Qt-5.11.3
>
> On Tue, Apr 16, 2019 at 11:06 AM James Reynolds
> <james.glenn.reynolds at gmail.com> wrote:
> >
> > 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 <ndbecker2 at gmail.com>
> 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 <raf at durin42.com> wrote:
> >> >
> >> >
> >> >
> >> > > On Apr 16, 2019, at 10:33, Neal Becker <ndbecker2 at gmail.com> 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
> >> > > Mercurial at mercurial-scm.org
> >> > > https://www.mercurial-scm.org/mailman/listinfo/mercurial
> >> >
> >>
> >>
> >> --
> >> Those who don't understand recursion are doomed to repeat it
> >> _______________________________________________
> >> Mercurial mailing list
> >> Mercurial at mercurial-scm.org
> >> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
>
>
> --
> Those who don't understand recursion are doomed to repeat it
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20190416/b38a4138/attachment-0002.html>
More information about the Mercurial
mailing list