2.5.0 rspush generates exception

Bug #1030540 reported by hunmonk
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
BzrTools
New
Undecided
Unassigned

Bug Description

Platform: OS X Lion and Snow Leopard, installed via MacPorts
This is on 2.5.1/2.5.0 bzr/bzrtools
If I roll back to 2.4.2/2.4.1 bzr/bzrtools the problem goes away.

arclight$~/bzr/al_freeswitch: bzr --version
Bazaar (bzr) 2.5.1
  Python interpreter: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python 2.7.3
  Python standard library: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
  Platform: Darwin-11.4.0-x86_64-i386-64bit
  bzrlib: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib
  Bazaar configuration: /Users/hunmonk/.bazaar
  Bazaar log file: /Users/hunmonk/.bzr.log
...

arclight$~/bzr/al_freeswitch: bzr help rspush
Purpose: Upload this branch to another location using rsync.
Usage: bzr rspush [LOCATION]
...

arclight$~/bzr/al_freeswitch: bzr rspush huey:/var/local/bzr/freeswitch
bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute 'rspush'

Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/commands.py", line 920, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/commands.py", line 1131, in run_bzr
    ret = run(*run_argv)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/plugins/bzrtools/command.py", line 40, in run_argv_aliases
    commands.Command.run_argv_aliases(self, argv, alias_argv)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/commands.py", line 695, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bzrlib/plugins/bzrtools/command_classes.py", line 583, in run
    bzrtools.rspush(cur_branch, location, overwrite=overwrite,
AttributeError: 'module' object has no attribute 'rspush'

bzr 2.5.1 on python 2.7.3 (Darwin-11.4.0-x86_64-i386-64bit)
arguments: ['/opt/local/bin/bzr', 'rspush', 'huey:/var/local/bzr/freeswitch']
plugins: bash_completion[2.5.1], bzrtools[2.5.0], changelog_merge[2.5.1],
    fastimport[0.10.0dev], launchpad[2.5.1], lessdiff[unknown],
    lesslog[unknown], netrc_credential_store[2.5.1], news_merge[2.5.1],
    po_merge[2.5.1], weave_fmt[2.5.1]
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.