[Bug 4651] New: mutable-history/simple4server: TypeError: _getbundleobsmarkerpart() takes exactly 4 arguments (3 given)

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed May 6 12:43:23 UTC 2015


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

          Priority: normal
            Bug ID: 4651
                CC: mercurial-devel at selenic.com,
                    pierre-yves.david at ens-lyon.org
          Assignee: bugzilla at selenic.com
           Summary: mutable-history/simple4server: TypeError:
                    _getbundleobsmarkerpart() takes exactly 4 arguments (3
                    given)
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: thomas at intevation.de
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.4
         Component: evolution
           Product: Mercurial

** Unknown exception encountered with possibly-broken third-party extension
simple4server
** which supports versions 3.3 of Mercurial.
** Please disable simple4server and try your action again.
** If that fixes the bug please report it to
https://bitbucket.org/marmoute/mutable-history/issues
** Python 2.5.2 (r252:60911, Jan 24 2010, 14:53:14) [GCC 4.3.2]
** Mercurial Distributed SCM (version 3.4)
** Extensions loaded: convert, strip, mq, simple4server
Traceback (most recent call last):
  File "/home/hg/bin/hg", line 43, in <module>
    mercurial.dispatch.run()
  File "/home/hg/lib/python/mercurial/dispatch.py", line 29, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/home/hg/lib/python/mercurial/dispatch.py", line 91, in dispatch
    ret = _runcatch(req)
  File "/home/hg/lib/python/mercurial/dispatch.py", line 160, in _runcatch
    return _dispatch(req)
  File "/home/hg/lib/python/mercurial/dispatch.py", line 885, in _dispatch
    cmdpats, cmdoptions)
  File "/home/hg/lib/python/mercurial/dispatch.py", line 646, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/home/hg/lib/python/mercurial/dispatch.py", line 976, in _runcommand
    return checkargs()
  File "/home/hg/lib/python/mercurial/dispatch.py", line 947, in checkargs
    return cmdfunc()
  File "/home/hg/lib/python/mercurial/dispatch.py", line 882, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/home/hg/lib/python/mercurial/util.py", line 716, in check
    return func(*args, **kwargs)
  File "/home/hg/lib/python/mercurial/extensions.py", line 164, in closure
    return func(*(args + a), **kw)
  File "/home/hg/lib/python/mercurial/util.py", line 716, in check
    return func(*args, **kwargs)
  File "/home/hg/lib/python/hgext/mq.py", line 3505, in mqcommand
    return orig(ui, repo, *args, **kwargs)
  File "/home/hg/lib/python/mercurial/util.py", line 716, in check
    return func(*args, **kwargs)
  File "/home/hg/lib/python/mercurial/commands.py", line 5123, in pull
    bookmarks=opts.get('bookmark', ())).cgresult
  File "/home/hg/lib/python/mercurial/exchange.py", line 888, in pull
    _pullbundle2(pullop)
  File "/home/hg/lib/python/mercurial/exchange.py", line 993, in _pullbundle2
    _pullbundle2extraprepare(pullop, kwargs)
  File "/home/hg/lib/python/mercurial/extensions.py", line 164, in closure
    return func(*(args + a), **kw)
TypeError: _getbundleobsmarkerpart() takes exactly 4 arguments (3 given)

(with mutable-history at changeset 1218ad94a351)

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


More information about the Mercurial-devel mailing list