[issue2639] ValueError: need more than 1 value to unpack

David Chambers bugs at mercurial.selenic.com
Sat Feb 12 21:55:07 UTC 2011


New submission from David Chambers <David.Chambers.05 at gmail.com>:

** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55) [GCC 4.0.1 (Apple Inc. 
build 5493)]
** Mercurial Distributed SCM (version 1.7.5)
** Extensions loaded: 
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.6/bin/hg", line 38, 
in <module>
    mercurial.dispatch.run()
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 16, in run
    sys.exit(dispatch(sys.argv[1:]))
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 36, in dispatch
    return _runcatch(u, args)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 58, in _runcatch
    return _dispatch(ui, args)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 593, in _dispatch
    cmdpats, cmdoptions)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 401, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 644, in _runcommand
    return checkargs()
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 598, in checkargs
    return cmdfunc()
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/dispatch.py", line 591, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/util.py", line 426, in check
    return func(*args, **kwargs)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/commands.py", line 2859, in push
    newbranch=opts.get('new_branch'))
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/localrepo.py", line 1336, in push
    return remote.unbundle(cg, remote_heads, 'push')
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/mercurial/wireproto.py", line 121, in unbundle
    ret, output = self._callpush("unbundle", cg, heads=encodelist(heads))
ValueError: need more than 1 value to unpack

----------
messages: 15205
nosy: davidchambers
priority: bug
status: unread
title: ValueError: need more than 1 value to unpack

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2639>
____________________________________________________


More information about the Mercurial-devel mailing list