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
