---------- Forwarded message ----------
From: Vincent Delecroix <20100.delecr...@gmail.com>
Date: Nov 17, 2:40 am
Subject: error with mercurial for the sage-combinat repository
To: sage-devel


Hello,

Does anybody get the same kind of error as below and manage to solve
it ? Otherwise, I will send a mail to the mercurial team to figure out
what's up.

Best,
Vincent

pushing tohttp://combinat.sagemath.org/patches/
searching for changes
** unknown exception encountered, details follow
** report bug details tohttp://mercurial.selenic.com/bts/
** or mercur...@selenic.com
** Mercurial Distributed SCM (version 1.3.1)
** Extensions loaded: mq, extdiff
Traceback (most recent call last):
  File "/opt/sage-4.6/local/bin/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
16, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
27, in dispatch
    return _runcatch(u, args)
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
43, in _runcatch
    return _dispatch(ui, args)
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
449, in _dispatch
    return runcommand(lui, repo, cmd, fullargs, ui, options, d)
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
317, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
501, in _runcommand
    return checkargs()
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
454, in checkargs
    return cmdfunc()
  File "/opt/sage-4.6/local/lib/python/mercurial/dispatch.py", line
448, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/opt/sage-4.6/local/lib/python/mercurial/util.py", line 402,
in check
    return func(*args, **kwargs)
  File "/opt/sage-4.6/local/lib/python/mercurial/commands.py", line
2333, in push
    r = repo.push(other, opts.get('force'), revs=revs)
  File "/opt/sage-4.6/local/lib/python/hgext/mq.py", line 2423, in
push
    return super(mqrepo, self).push(remote, force, revs)
  File "/opt/sage-4.6/local/lib/python/mercurial/localrepo.py", line
1480, in push
    return self.push_unbundle(remote, force, revs)
  File "/opt/sage-4.6/local/lib/python/mercurial/localrepo.py", line
1616, in push_unbundle
    return remote.unbundle(cg, remote_heads, 'push')
  File "/opt/sage-4.6/local/lib/python/mercurial/httprepo.py", line
220, in unbundle
    resp_code, output = resp.split('\n', 1)
ValueError: need more than 1 value to unpack

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to