[Bug 4415] New: stacktrace reports wrong extension

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Oct 20 03:29:28 CDT 2014


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

          Priority: normal
            Bug ID: 4415
                CC: mercurial-devel at selenic.com, natosha at gmail.com
          Assignee: bugzilla at selenic.com
           Summary: stacktrace reports wrong extension
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: techtonik at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.2-rc
         Component: largefiles
           Product: Mercurial

The stacktrace below clearly points to `evolve`, but `hg` complains about
`hgsubversion`. If I move out `hgsubversion`, it starts to complain about
`hggit`. All three are in `C:/hgext` directory and referenced with full paths.


** Unknown exception encountered with possibly-broken third-party extension
hgsubversion
** which supports versions unknown of Mercurial.
** Please disable hgsubversion and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 3.2-rc)
** Extensions loaded: churn, color, convert, evolve, hggit, hgsubversion,
strip, mq, patchbomb, progress, rebase, record
Traceback (most recent call last):
  File "hg", line 43, in <module>
  File "mercurial\dispatch.pyc", line 28, in run
  File "mercurial\dispatch.pyc", line 71, in dispatch
  File "mercurial\dispatch.pyc", line 140, in _runcatch
  File "mercurial\dispatch.pyc", line 711, in _dispatch
  File "mercurial\extensions.pyc", line 116, in loadall
  File "C:/hgext/mutable-history/hgext/evolve.py", line 156, in final_uisetup
    extensions.wrapfunction(cont, funcname, wrapper)
  File "mercurial\extensions.pyc", line 198, in wrapfunction
AttributeError: 'module' object has no attribute '_getbundleextrapart'

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


More information about the Mercurial-devel mailing list