Hello, More than three years later, and now I'm having the same issue raised here. I wonder if anyone has come to solve it.
Any help will be appreciated Greetings! Pet On Tuesday, March 9, 2010 9:24:51 PM UTC-2, sfinnie wrote: > > All, thanks for suggestions thus far. > > Christian Boos wrote: > > Does /Users/scoot/projects/w4t really contain a Mercurial repository? > > Note that the .hg subfolder is what matters, the files themselves > > don't need to be checked out. > > > > What does `hg verify -R /Users/scoot/projects/w4` say? Take care to > > use the exact same Mercurial version than the one which is reported in > > the system info section of the About page. > $ hg verify -R /Users/scoot/projects/w4t > checking changesets > checking manifests > crosschecking files in changesets and manifests > checking files > 13 files, 4 changesets, 15 total revisions > > I added some extra logging to the plugin, and it seems to fail calling > into mercurial, not in the plugin: > > MercurialConnector.get_repository() > --> MercurialRepository.__init__() > --> mercurial.hg.repository() > -->repo = _lookup(path).instance(ui, path, create) > //Fails here, on call to instance() > > I'll carry on debugging, & check hg installation. Still very interested > in any help/suggestions. > > Thanks, > Scoot. > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
