@@ -320,7 +320,58 @@
$ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure
--traceback
pulling from https://localhost:$HGPORT/
- warning: localhost certificate with fingerprint
91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check
hostfingerprints or web.cacerts config setting)
- searching for changes
- no changes found
+ Traceback (most recent call last):
+ File "/Users/timeless/crew/mercurial/dispatch.py", line 187, in _runcatch
+ return _dispatch(req)
+ File "/Users/timeless/crew/mercurial/dispatch.py", line 920, in _dispatch
+ cmdpats, cmdoptions)
+ File "/Users/timeless/crew/mercurial/dispatch.py", line 679, in runcommand
+ ret = _runcommand(ui, options, cmd, d)
+ File "/Users/timeless/crew/mercurial/dispatch.py", line 1051, in
_runcommand
+ return checkargs()
+ File "/Users/timeless/crew/mercurial/dispatch.py", line 1011, in checkargs
+ return cmdfunc()
+ File "/Users/timeless/crew/mercurial/dispatch.py", line 917, in <lambda>
+ d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
+ File "/Users/timeless/crew/mercurial/util.py", line 796, in check
+ return func(*args, **kwargs)
+ File "/Users/timeless/crew/mercurial/commands.py", line 5159, in pull
+ other = hg.peer(repo, opts, source)
+ File "/Users/timeless/crew/mercurial/hg.py", line 170, in peer
+ return _peerorrepo(rui, path, create).peer()
+ File "/Users/timeless/crew/mercurial/hg.py", line 147, in _peerorrepo
+ obj = _peerlookup(path).instance(ui, path, create)
+ File "/Users/timeless/crew/mercurial/httppeer.py", line 281, in instance
+ inst._fetchcaps()
+ File "/Users/timeless/crew/mercurial/httppeer.py", line 76, in _fetchcaps
+ self.caps = set(self._call('capabilities').split())
+ File "/Users/timeless/crew/mercurial/httppeer.py", line 190, in _call
+ fp = self._callstream(cmd, **args)
+ File "/Users/timeless/crew/mercurial/httppeer.py", line 137, in
_callstream
+ resp = self.urlopener.open(req)
+ File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
line 383, in open
+ response = self._open(req, data)
+ File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
line 401, in _open
+ '_open', req)
+ File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
line 361, in _call_chain
+ result = func(*args)
+ File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
line 701, in <lambda>
+ meth(r, proxy, type))
+ File "/Users/timeless/crew/mercurial/url.py", line 136, in proxy_open
+ return urllib2.ProxyHandler.proxy_open(self, req, proxy, type_)
+ File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
line 724, in proxy_open
+ return self.parent.open(req)
+ File