% 16:10 marmoute@yamac ~/src/hsp/soya > hg pull
** 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.3+20110102, système de gestion de sources distribué
** Extensions chargées : purge, rebase, record, transplant, highlight, churn, color, graphlog, convert, zeroconf, hgsubversion, patchbomb, progress
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 566, in _dispatch
repo = hg.repository(ui, path=path)
File "/Library/Python/2.6/site-packages/mercurial/hg.py", line 101, in repository
hook(ui, repo)
File "/Volumes/Linge/Users/marmoute/src/hgsubversion/__init__.py", line 151, in reposetup
svnrepo.generate_repo_class(ui, repo)
File "/Volumes/Linge/Users/marmoute/src/hgsubversion/svnrepo.py", line 50, in generate_repo_class
class svnlocalrepo(superclass):
File "/Volumes/Linge/Users/marmoute/src/hgsubversion/svnrepo.py", line 60, in svnlocalrepo
def findoutgoing(self, remote, base=None, heads=None, force=False):
File "/Volumes/Linge/Users/marmoute/src/hgsubversion/svnrepo.py", line 39, in remotesvn
original = getattr(repo, fn.__name__)
AttributeError: 'localrepository' object has no attribute 'findoutgoing'