Bug#758699: mercurial-git: AttributeError: 'gitrepo' object has no attribute 'changegroup'

2014-08-21 Thread Qijiang Fan
Hello,

It should be fixed in the svn repository.

Could you please help sponsor the upload ?


Thanks



On Wed, Aug 20, 2014 at 5:40 PM, Jakub Wilk jw...@debian.org wrote:

 Package: mercurial-git
 Version: 0.4.0-2
 Severity: grave

 I can't clone any git repository:

 $ hg clone git://anonscm.debian.org/collab-maint/pdf2djvu.git
 destination directory: pdf2djvu
 requesting all changes
 ** Unknown exception encountered with possibly-broken third-party
 extension git
 ** which supports versions 2.3.1 of Mercurial.
 ** Please disable git and try your action again.
 ** If that fixes the bug please report it to
 https://bitbucket.org/durin42/hg-git/issues
 ** Python 2.7.8 (default, Aug 18 2014, 10:01:58) [GCC 4.9.1]
 ** Mercurial Distributed SCM (version 3.1)
 ** Extensions loaded: git
 Traceback (most recent call last):
  File /usr/bin/hg, line 43, in module
mercurial.dispatch.run()
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 28,
 in run
sys.exit((dispatch(request(sys.argv[1:])) or 0)  255)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 69,
 in dispatch
ret = _runcatch(req)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 138,
 in _runcatch
return _dispatch(req)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 820,
 in _dispatch
cmdpats, cmdoptions)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 600,
 in runcommand
ret = _runcommand(ui, options, cmd, d)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 911,
 in _runcommand
return checkargs()
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 882,
 in checkargs
return cmdfunc()
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 817,
 in lambda
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File /usr/lib/python2.7/dist-packages/mercurial/util.py, line 550, in
 check
return func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/mercurial/commands.py, line
 1331, in clone
branch=opts.get('branch'))
  File /usr/lib/python2.7/dist-packages/mercurial/hg.py, line 402, in
 clone
destpeer.local().clone(srcpeer, heads=revs, stream=stream)
  File /usr/lib/python2.7/dist-packages/mercurial/localrepo.py, line
 1731, in clone
return self.pull(remote, heads)
  File /usr/lib/python2.7/dist-packages/mercurial/localrepo.py, line
 1579, in pull
return exchange.pull (self, remote, heads, force)
  File /usr/lib/python2.7/dist-packages/mercurial/exchange.py, line 566,
 in pull
_pullchangeset(pullop)
  File /usr/lib/python2.7/dist-packages/mercurial/exchange.py, line 652,
 in _pullchangeset
cg = pullop.remote.changegroup(pullop.fetch, 'pull')
 AttributeError: 'gitrepo' object has no attribute 'changegroup'

 -- System Information:
 Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)

 Kernel: Linux 3.14-2-amd64 (SMP w/1 CPU core)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages mercurial-git depends on:
 ii  mercurial   3.1-1
 ii  python  2.7.8-1
 ii  python-dulwich  0.9.7-2

 --
 Jakub Wilk




-- 
Qijiang Fan
GPG KEY ID (LONG): 3983 9DD3 50E4 6156
If you need a GPG encrypted and/or signed email, please tell in advance.
If you're not intended to receive this email, please don't forward it to
anyone else, please delete it and its copies, including all attachments,
and please let the sender know it went to the wrong person. Thanks.


Bug#758699: mercurial-git: AttributeError: 'gitrepo' object has no attribute 'changegroup'

2014-08-20 Thread Jakub Wilk

Package: mercurial-git
Version: 0.4.0-2
Severity: grave

I can't clone any git repository:

$ hg clone git://anonscm.debian.org/collab-maint/pdf2djvu.git
destination directory: pdf2djvu
requesting all changes
** Unknown exception encountered with possibly-broken third-party extension git
** which supports versions 2.3.1 of Mercurial.
** Please disable git and try your action again.
** If that fixes the bug please report it to 
https://bitbucket.org/durin42/hg-git/issues
** Python 2.7.8 (default, Aug 18 2014, 10:01:58) [GCC 4.9.1]
** Mercurial Distributed SCM (version 3.1)
** Extensions loaded: git
Traceback (most recent call last):
 File /usr/bin/hg, line 43, in module
   mercurial.dispatch.run()
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 28, in run
   sys.exit((dispatch(request(sys.argv[1:])) or 0)  255)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 69, in 
dispatch
   ret = _runcatch(req)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 138, in 
_runcatch
   return _dispatch(req)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 820, in 
_dispatch
   cmdpats, cmdoptions)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 600, in 
runcommand
   ret = _runcommand(ui, options, cmd, d)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 911, in 
_runcommand
   return checkargs()
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 882, in 
checkargs
   return cmdfunc()
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 817, in 
lambda
   d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
 File /usr/lib/python2.7/dist-packages/mercurial/util.py, line 550, in check
   return func(*args, **kwargs)
 File /usr/lib/python2.7/dist-packages/mercurial/commands.py, line 1331, in 
clone
   branch=opts.get('branch'))
 File /usr/lib/python2.7/dist-packages/mercurial/hg.py, line 402, in clone
   destpeer.local().clone(srcpeer, heads=revs, stream=stream)
 File /usr/lib/python2.7/dist-packages/mercurial/localrepo.py, line 1731, in 
clone
   return self.pull(remote, heads)
 File /usr/lib/python2.7/dist-packages/mercurial/localrepo.py, line 1579, in 
pull
   return exchange.pull (self, remote, heads, force)
 File /usr/lib/python2.7/dist-packages/mercurial/exchange.py, line 566, in 
pull
   _pullchangeset(pullop)
 File /usr/lib/python2.7/dist-packages/mercurial/exchange.py, line 652, in 
_pullchangeset
   cg = pullop.remote.changegroup(pullop.fetch, 'pull')
AttributeError: 'gitrepo' object has no attribute 'changegroup'

-- System Information:
Debian Release: jessie/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages mercurial-git depends on:
ii  mercurial   3.1-1
ii  python  2.7.8-1
ii  python-dulwich  0.9.7-2

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org