'httprepository' object has no attribute 'do_read'
Henri Gomez
henri.gomez at gmail.com
Sun Nov 14 00:17:25 PST 2010
> David,
>
>
> Please, try this version of forest extension:
>
> http://bitbucket.org/gxti/hgforest/overview
> hg clone https://bitbucket.org/gxti/hgforest
I tried but same error :(
MacBook-Pro-de-Rico:OpenJDK-1.7 henri$ hg fclone
http://hg.openjdk.java.net/bsd-port/bsd-port
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple
Inc. build 5646)]
** Mercurial version 1.7+20101101, système de gestion de sources distribué
** Extensions chargées : forest
Traceback (most recent call last):
File "/usr/local/bin/hg", line 38, in <module>
mercurial.dispatch.run()
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
16, in run
sys.exit(dispatch(sys.argv[1:]))
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
36, in dispatch
return _runcatch(u, args)
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
58, in _runcatch
return _dispatch(ui, args)
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
590, in _dispatch
cmdpats, cmdoptions)
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
401, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
641, in _runcommand
return checkargs()
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
595, in checkargs
return cmdfunc()
File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line
588, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/Library/Python/2.6/site-packages/mercurial/util.py", line 427, in check
return func(*args, **kwargs)
File "/Users/henri/hgforest/forest.py", line 871, in clone
forests = toprepo.forests(walkhgenabled(ui, opts['walkhg']))
File "/Users/henri/hgforest/forest.py", line 277, in _httprepo_forests
data = self.do_read("forests", walkhg=("", "True")[walkhg])
AttributeError: 'httprepository' object has no attribute 'do_read'
More information about the bsd-port-dev
mailing list