Comment 2 for bug 586602

Revision history for this message
Scott Hannahs (shannahs) wrote :

This doesn't seem to be fixed for me. I am using loom 2.2.1dev. From what I can tell here, this is a loom problem and not a bzr problem.

% bzr branch lp:ocsinventory-unix-agent
bzr: ERROR: exceptions.TypeError: initialize() got an unexpected keyword argument 'name'

Traceback (most recent call last):
  File "/sw/lib/python2.6/site-packages/bzrlib/commands.py", line 853, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/sw/lib/python2.6/site-packages/bzrlib/commands.py", line 1055, in run_bzr
    ret = run(*run_argv)
  File "/sw/lib/python2.6/site-packages/bzrlib/commands.py", line 661, in run_argv_aliases
    return self.run_direct(**all_cmd_args)
  File "/sw/lib/python2.6/site-packages/bzrlib/commands.py", line 665, in run_direct
    return self._operation.run_simple(*args, **kwargs)
  File "/sw/lib/python2.6/site-packages/bzrlib/cleanup.py", line 122, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/sw/lib/python2.6/site-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/sw/lib/python2.6/site-packages/bzrlib/builtins.py", line 1232, in run
    source_branch=br_from)
  File "/sw/lib/python2.6/site-packages/bzrlib/bzrdir.py", line 1193, in sprout
    revision_id=revision_id, repository_policy=repository_policy)
  File "/sw/lib/python2.6/site-packages/bzrlib/decorators.py", line 140, in read_locked
    result = unbound(self, *args, **kwargs)
  File "/sw/lib/python2.6/site-packages/bzrlib/branch.py", line 1164, in sprout
    result = to_bzrdir.create_branch()
  File "/sw/lib/python2.6/site-packages/bzrlib/bzrdir.py", line 1597, in create_branch
    return self._format.get_branch_format().initialize(self)
  File "/sw/lib/python2.6/site-packages/bzrlib/plugins/loom/branch.py", line 779, in initialize
    super(LoomFormatMixin, self).initialize(a_bzrdir, name=None)
TypeError: initialize() got an unexpected keyword argument 'name'

bzr 2.1.0 on python 2.6.6 (Darwin-10.7.0-i386-64bit)
arguments: ['/sw/bin/bzr', 'branch', 'lp:ocsinventory-unix-agent']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
plugins:
  launchpad /sw/lib/python2.6/site-packages/bzrlib/plugins/launchpad [2.1.0]
  loom /sw/lib/python2.6/site-packages/bzrlib/plugins/loom [2.2.1dev]
  netrc_credential_store /sw/lib/python2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.1.0]
  news_merge /sw/lib/python2.6/site-packages/bzrlib/plugins/news_merge [2.1.0]

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.
%