[Bug 4937] New: debugobsconvert crashes

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Nov 4 14:59:56 UTC 2015


https://bz.mercurial-scm.org/show_bug.cgi?id=4937

            Bug ID: 4937
           Summary: debugobsconvert crashes
           Product: Mercurial
           Version: 3.5.2
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzilla at selenic.com
          Reporter: julien.cristau at logilab.fr
                CC: mercurial-devel at selenic.com,
                    pierre-yves.david at ens-lyon.org

$ hg debugobsconvert 
** Unknown exception encountered with possibly-broken third-party extension
progress
** which supports versions unknown of Mercurial.
** Please disable progress and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.9 (default, Mar  1 2015, 12:57:24) [GCC 4.9.2]
** Mercurial Distributed SCM (version 3.5.2)
** Extensions loaded: rebase, evolve, schemes, progress, color, graphlog,
strip, transplant, purge, record, hgview, convert, patchbomb, extdiff,
histedit, guestrepo, relink, jpl, shelve, crecord, confman
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 30, in
run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 92, in
dispatch
    ret = _runcatch(req)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 163, in
_runcatch
    return _dispatch(req)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 895, in
_dispatch
    cmdpats, cmdoptions)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 656, in
runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib/python2.7/dist-packages/mercurial/extensions.py", line 171, in
closure
    return func(*(args + a), **kw)
  File "/usr/lib/python2.7/dist-packages/hgext/color.py", line 525, in colorcmd
    return orig(ui_, opts, cmd, cmdfunc)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 1013, in
_runcommand
    return checkargs()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 982, in
checkargs
    return cmdfunc()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 892, in
<lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 794, in check
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/hgext/evolve.py", line 3336, in
debugobsconvert
    f = repo.sopener('obsstore', 'wb', atomictemp=True)
  File "/usr/lib/python2.7/dist-packages/mercurial/repoview.py", line 334, in
__getattr__
    return getattr(self._unfilteredrepo, attr)
AttributeError: 'localrepository' object has no attribute 'sopener'

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


More information about the Mercurial-devel mailing list