On Wednesday, October 9, 2013 12:32:42 PM UTC-7, Oscar Edvardsson wrote: > > Thanks for the input! > Ok, it was the installation of mercurial that had some strange names, but > I fixed that with creating aliases. However, I get a different error now: > > *Warning:* Can't synchronize with repository "(default)" (Unsupported > version control system "hg": cannot import name hg). Look in the Trac log > for more information. > > I can find nothing in the log (except saying that hg loaded). What does > the error mean? I can successfully import what you mentioned in the > previous post. Is it still a python error? >
I suppose it might be failing on this line http://trac.edgewall.org/browser/mercurial-plugin/tracext/hg/backend.py?marks=68#L52 So what happens when you run in the shell?: from mercurial import hg Do you have the log level set to Debug, and outputting to a file?: http://trac.edgewall.org/wiki/TracLogging -- 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. For more options, visit https://groups.google.com/groups/opt_out.
