Note that there are some explanatory texts on larger screens.

plurals
  1. POMercurial Push Error on Google Code Value Error
    primarykey
    data
    text
    <p>I am trying to learn to use mercurial by pushing onto Google code.</p> <p>I have two <code>.hgrc files</code>: One file is located <code>$PROJECT_DIR/.hg/.hrgc</code> and <code>$HOME/.hgrc</code>. I have two separate files because I did not want to put the password out on the central repository.</p> <p>Here is the content of <code>$PROJECT_DIR/.hg/.hrgc</code>:</p> <pre><code>[ui] usermane=Venkat S. Rao &lt;vrao423@gmail.com&gt; verbose=true [paths] default-push =https:vrao423:gc4yy3vB3mc4@//personal-site423.googlecode.com/hg/us </code></pre> <p>Here is the content of <code>$HOME/.hgrc</code>:</p> <pre><code>[ui] username= Venkat Rao &lt;vrao423@gmail.com&gt; verbose=True [auth] project.prefix=https://personal-site423.googlecode.com/hg/ password=### username=vrao423 </code></pre> <hr> <p>For username I have my Gmail id.</p> <p>I can commit changes to my local repository, but when I try hg push I get this error.</p> <pre> ** unknown exception encountered, details follow ** report bug details to http://mercurial.selenic.com/bts/ ** or mercurial@selenic.com ** Mercurial Distributed SCM (version 1.4.3) ** Extensions loaded: Traceback (most recent call last): File "/usr/bin/hg", line 27, in mercurial.dispatch.run() File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 16, in run sys.exit(dispatch(sys.argv[1:])) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 30, in dispatch return _runcatch(u, args) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 46, in _runcatch return _dispatch(ui, args) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 454, in _dispatch return runcommand(lui, repo, cmd, fullargs, ui, options, d) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 324, in runcommand ret = _runcommand(ui, options, cmd, d) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 505, in _runcommand return checkargs() File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 459, in checkargs return cmdfunc() File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 453, in d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) File "/usr/lib/pymodules/python2.6/mercurial/util.py", line 386, in check return func(*args, **kwargs) File "/usr/lib/pymodules/python2.6/mercurial/commands.py", line 2345, in push other = hg.repository(cmdutil.remoteui(repo, opts), dest) File "/usr/lib/pymodules/python2.6/mercurial/hg.py", line 63, in repository repo = _lookup(path).instance(ui, path, create) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 263, in instance inst.between([(nullid, nullid)]) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 184, in between d = self.do_read("between", pairs=n) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 128, in do_read fp = self.do_cmd(cmd, **args) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 80, in do_cmd resp = self.urlopener.open(urllib2.Request(cu, data, headers)) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/pymodules/python2.6/mercurial/url.py", line 455, in https_open self.auth = self.pwmgr.readauthtoken(req.get_full_url()) File "/usr/lib/pymodules/python2.6/mercurial/url.py", line 141, in readauthtoken group, setting = key.split('.', 1) ValueError: need more than 1 value to unpack </pre> <p>Please help me. I have tried reading the hgrc man but that is just gibberish.</p> <p>Thank You Venkat</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload