abloom (owner)

Revisions

gist: 226359 Download_button fork
public
Public Clone URL: git://gist.github.com/226359.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
abloom:~/Sites $ hg clone git://gitrepo@git.transis.net:mms mms.hg
importing Hg objects into Git
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.3.1)
** Extensions loaded: transplant, color, rebase, graphlog, purge, mq, parentrevspec, bookmarks, extdiff, hggit, histedit, prompt
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 5, in <module>
    pkg_resources.run_script('mercurial==1.3.1', 'hg')
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 442, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 1160, in run_script
    execfile(script_filename, namespace, namespace)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/EGG-INFO/scripts/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 16, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 27, in dispatch
    return _runcatch(u, args)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 43, in _runcatch
    return _dispatch(ui, args)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 449, in _dispatch
    return runcommand(lui, repo, cmd, fullargs, ui, options, d)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 317, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 501, in _runcommand
    return checkargs()
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 454, in checkargs
    return cmdfunc()
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 448, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/util.py", line 402, in check
    return func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/commands.py", line 636, in clone
    update=not opts.get('noupdate'))
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/hg.py", line 286, in clone
    dest_repo.clone(src_repo, heads=revs, stream=stream)
  File "/Library/Python/2.6/site-packages/mercurial-1.3.1-py2.6-macosx-10.6-universal.egg/mercurial/localrepo.py", line 2177, in clone
    return self.pull(remote, heads)
  File "build/bdist.macosx-10.6-fat/egg/hggit/hgrepo.py", line 12, in pull
  File "build/bdist.macosx-10.6-fat/egg/hggit/git_handler.py", line 102, in fetch
  File "build/bdist.macosx-10.6-fat/egg/hggit/git_handler.py", line 582, in fetch_pack
  File "build/bdist.macosx-10.6-fat/egg/hggit/git_handler.py", line 841, in get_transport_and_path
ValueError: need more than 1 value to unpack