Skip to content

Instantly share code, notes, and snippets.

@cryos
Created May 28, 2009 03:49
Show Gist options
  • Save cryos/119079 to your computer and use it in GitHub Desktop.
Save cryos/119079 to your computer and use it in GitHub Desktop.
marcus@cryos ~/src/eigen2 $ hg gpush
pushing to : origin
importing Hg objects into Git
at: 0/1188
at: 100/1188
at: 200/1188
at: 300/1188
at: 400/1188
at: 500/1188
at: 600/1188
at: 700/1188
at: 800/1188
at: 900/1188
at: 1000/1188
at: 1100/1188
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.2.1)
** Extensions loaded: bookmarks, hg-git
Traceback (most recent call last):
File "/usr/bin/hg", line 27, in <module>
mercurial.dispatch.run()
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 16, in run
sys.exit(dispatch(sys.argv[1:]))
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 25, in dispatch
return _runcatch(u, args)
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 41, in _runcatch
return _dispatch(ui, args)
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 372, in _dispatch
return runcommand(lui, repo, cmd, fullargs, ui, options, d)
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 247, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 417, in _runcommand
return checkargs()
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 377, in checkargs
return cmdfunc()
File "/usr/lib64/python2.6/site-packages/mercurial/dispatch.py", line 371, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/usr/lib64/python2.6/site-packages/mercurial/util.py", line 718, in check
return func(*args, **kwargs)
File "/home/cryos/src/hg-git/__init__.py", line 46, in gpush
git.push(remote_name)
File "/home/cryos/src/hg-git/git_handler.py", line 120, in push
self.upload_pack(remote_name)
File "/home/cryos/src/hg-git/git_handler.py", line 390, in upload_pack
client, path = self.get_transport_and_path(git_url)
File "/home/cryos/src/hg-git/git_handler.py", line 765, in get_transport_and_path
host, path = uri[len(handler):].split(":", 1)
ValueError: need more than 1 value to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment