Hi!

I modified the series file (to make it compatible with sage-4.4.2),
did hg commit and then tried hg push from the sage-combint/.hg/patches
directory and got the following error message. Now I am not sure what's wrong.

Thanks,

Anne

-------------------------------------

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