Crash when getting log of remote branch using bzr+ssh

Bug #147266 reported by Nicholas Allen
2
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

I tried to do a log of a branch I maintain on a server using bzr+ssh protocol and I got this exception trace (command works if I use sftp protocol, however):

bzr: ERROR: exceptions.AttributeError: 'DisabledTags' object has no attribute 'get_reverse_tag_dict'

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 802, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 758, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 768, in ignore_pipe
    result = func(*args, **kwargs)
  File "/home/nick/.bazaar/plugins/xmloutput/__init__.py", line 94, in run
    revision=revision, log_format=log_format, message=message, limit=limit)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 768, in ignore_pipe
    result = func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 1733, in run
    limit=limit)
  File "/usr/lib/python2.5/site-packages/bzrlib/log.py", line 170, in show_log
    start_revision, end_revision, search, limit)
  File "/usr/lib/python2.5/site-packages/bzrlib/log.py", line 254, in _show_log
    rev_tag_dict = branch.tags.get_reverse_tag_dict()
AttributeError: 'DisabledTags' object has no attribute 'get_reverse_tag_dict'

bzr 0.92.0.dev.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'log', 'bzr+ssh://<email address hidden>/bzr/radical/trunk']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
  difftools /home/nick/.bazaar/plugins/difftools [unknown]
  gtk /home/nick/.bazaar/plugins/gtk [0.92.0dev0]
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
  multiparent /usr/lib/python2.5/site-packages/bzrlib/plugins/multiparent.pyc [unknown]
  svn /home/nick/.bazaar/plugins/svn [unknown]
  xmloutput /home/nick/.bazaar/plugins/xmloutput [unknown]

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.