[Bug 3980] New: AttributeError: 'bundlerepository' object has no attribute 'capable'

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Jul 9 20:13:23 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=3980

          Priority: normal
            Bug ID: 3980
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: AttributeError: 'bundlerepository' object has no
                    attribute 'capable'
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: cowwoc at bbs.darktech.org
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.6.2
         Component: transplant
           Product: Mercurial

I invoked the following command-line:

"hg transplant -s http://myrepo.com/hg/myproject"

and hit "y" to transplant a changeset. The following exception was thrown:

** Unknown exception encountered with possibly-broken third-party extension
merc
urial_keyring
** which supports versions unknown of Mercurial.
** Please disable mercurial_keyring and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 2.6.2)
** Extensions loaded: mercurial_keyring, convert, rebase, transplant, mq,
histed
it, purge
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 28, in run
  File "mercurial\dispatch.pyo", line 69, in dispatch
  File "mercurial\dispatch.pyo", line 97, in _runcatch
  File "mercurial\dispatch.pyo", line 778, in _dispatch
  File "mercurial\dispatch.pyo", line 549, in runcommand
  File "mercurial\dispatch.pyo", line 869, in _runcommand
  File "mercurial\dispatch.pyo", line 840, in checkargs
  File "mercurial\dispatch.pyo", line 775, in <lambda>
  File "mercurial\util.pyo", line 506, in check
  File "mercurial\extensions.pyo", line 143, in wrap
  File "mercurial\util.pyo", line 506, in check
  File "hgext\mq.pyo", line 3528, in mqcommand
  File "mercurial\util.pyo", line 506, in check
  File "hgext\transplant.pyo", line 662, in transplant
  File "hgext\transplant.pyo", line 157, in apply
  File "mercurial\localrepo.pyo", line 1662, in pull
  File "mercurial\discovery.pyo", line 32, in findcommonincoming
AttributeError: 'bundlerepository' object has no attribute 'capable'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list