===
# hg --traceback clone http://hg.openjdk.java.net/jdk7/tl
destination directory: tl
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 45, in
_runcatch
return _dispatch(ui, args)
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 364, in
_dispatch
ret = _runcommand(ui, options, cmd, d)
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 417, in
_runcommand
return checkargs()
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 373, in
checkargs
return cmdfunc()
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 358, in
<lambda>
d = lambda: func(ui, *args, **cmdoptions)
File "/Library/Python/2.5/site-packages/mercurial/commands.py", line 532, in clone
update=not opts['noupdate'])
File "/Library/Python/2.5/site-packages/mercurial/hg.py", line 230, in clone
dest_repo.clone(src_repo, heads=revs, stream=stream)
File "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 2124, in
clone
return self.pull(remote, heads)
File "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 1470, in
pull
fetch = self.findincoming(remote, heads=heads, force=force)
File "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 1303, in
findincoming
heads = remote.heads()
File "/Library/Python/2.5/site-packages/mercurial/httprepo.py", line 366, in heads
d = self.do_read("heads")
File "/Library/Python/2.5/site-packages/mercurial/httprepo.py", line 350, in
do_read
fp = self.do_cmd(cmd, **args)
File "/Library/Python/2.5/site-packages/mercurial/httprepo.py", line 304, in
do_cmd
resp = urllib2.urlopen(request(cu, data, headers))
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
line 121, in urlopen
return _opener.open(url, data)
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
line 374, in open
response = self._open(req, data)
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
line 392, in _open
'_open', req)
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
line 353, in _call_chain
result = func(*args)
File "/Library/Python/2.5/site-packages/mercurial/httprepo.py", line 107, in
http_open
return self.do_open(httpconnection, req)
File "/Library/Python/2.5/site-packages/mercurial/keepalive.py", line 241, in
do_open
self._start_transaction(h, req)
File "/Library/Python/2.5/site-packages/mercurial/keepalive.py", line 315, in
_start_transaction
raise urllib2.URLError(err)
URLError: <urlopen error (61, 'Connection refused')>
abort: error: Connection refused
===
|