That error is coming from Hg, not from mercurialeclipse. You'll probably get the same errors on the commandline (since the plugin simply calls the command-line hg utility and parses its output). You may want to check what's in your .hg/hgrc.
On May 10, 3:22 pm, Stephan Mühlstrasser <[email protected]> wrote: > Hi, > > I'm trying to use MercurialEclipse 1.3.1019 with a Mercurial > repository hosted by the GoogleCode Mercurial beta program. They > specify a URL in the following form for push access to the repository > ("[email protected]" replaces my real email address): > > https://[email protected]@clojure-dev-branding.googlecode.com/hg/ > > When I'm cloning the repository with MercurialEclipse, I'm using the > following URL: > > https://clojure-dev-branding.googlecode.com/hg/ > > I'm entering "[email protected]" as the username and the > GoogleCode.com password as the password. I hope this is correct so > far. > > The repository is cloned into my Eclipse workspace, but then the team > provider decorations do not show up on the files in the project. The > > com.vectrace.MercurialEclipse.exception.HgException: Process error, > return code: 1, message: ** unknown exception encountered, details > follow > ** report bug details tohttp://www.selenic.com/mercurial/bts > ** or [email protected] > ** Mercurial Distributed SCM (version 1.0.1) > Traceback (most recent call last): > File "/usr/bin/hg", line 20, in <module> > mercurial.dispatch.run() > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > 20, in run > sys.exit(dispatch(sys.argv[1:])) > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > 29, in dispatch > return _runcatch(u, args) > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > 45, in _runcatch > return _dispatch(ui, args) > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > 262, in _dispatch > lui.readconfig(os.path.join(path, ".hg", "hgrc")) > File "/var/lib/python-support/python2.5/mercurial/ui.py", line 166, > in readconfig > self.fixconfig(root=root) > File "/var/lib/python-support/python2.5/mercurial/ui.py", line 207, > in fixconfig > pathsitems = cdata.items('paths') > File "/usr/lib/python2.5/ConfigParser.py", line 557, in items > for option in options] > File "/var/lib/python-support/python2.5/mercurial/util.py", line > 137, in _interpolate > option, rawval, vars) > File "/usr/lib/python2.5/ConfigParser.py", line 593, in _interpolate > self._interpolate_some(option, L, rawval, section, vars, 1) > File "/usr/lib/python2.5/ConfigParser.py", line 634, in > _interpolate_some > "'%%' must be followed by '%%' or '(', found: %r" % (rest,)) > ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or > '(', found: '%40web.de:[email protected]/ > hg/' > > at > com.vectrace.MercurialEclipse.commands.AbstractShellCommand.executeToStream > (AbstractShellCommand.java:203) > at > com.vectrace.MercurialEclipse.commands.AbstractShellCommand.executeToBytes > (AbstractShellCommand.java:138) > at > com.vectrace.MercurialEclipse.commands.AbstractShellCommand.executeToBytes > (AbstractShellCommand.java:124) > at > com.vectrace.MercurialEclipse.commands.AbstractShellCommand.executeToBytes > (AbstractShellCommand.java:120) > at > com.vectrace.MercurialEclipse.commands.AbstractShellCommand.executeToString > (AbstractShellCommand.java:258) > at > com.vectrace.MercurialEclipse.commands.HgStatusClient.getStatusWithoutIgnored > (HgStatusClient.java:49) > at > com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache.refreshStatus > (MercurialStatusCache.java:499) > at com.vectrace.MercurialEclipse.team.cache.RefreshStatusJob.runSafe > (RefreshStatusJob.java:51) > at com.vectrace.MercurialEclipse.SafeWorkspaceJob.runInWorkspace > (SafeWorkspaceJob.java:41) > at org.eclipse.core.internal.resources.InternalWorkspaceJob.run > (InternalWorkspaceJob.java:38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > > In the following line "pppppppp" replaces my real GoogleCode.com > password: > > ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or > '(', found: '%40web.de:[email protected]/ > hg/' > > "%40web.de" is the URL-encode "@web.de" part of my email address. > > Should I report this as a bug in the defect tracking system? > > Thanks > Stephan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MercurialEclipse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mercurialeclipse?hl=en -~----------~----~----~----~------~----~------~--~---
