Traceback when doing command line expansion

Asked by Dan Hughes

I'm using Windows XP SP2 and have installed the bzr 1.7.1 program. I'm also using the zsh shell under cygwin and get a traceback whenever I try to do a command line expansion such as:

bzr plug<TAB>

I get the following:

bzr plugbzr: ERROR: exceptions.AttributeError: 'LazyCommand' object has no attribute 'hidden'

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 857, in run_bzr_catch_errors
  File "bzrlib\commands.pyo", line 797, in run_bzr
  File "bzrlib\commands.pyo", line 499, in run_argv_aliases
  File "bzrlib\commands.pyo", line 818, in ignore_pipe
  File "bzrlib\builtins.pyo", line 3298, in run
  File "bzrlib\shellcomplete.pyo", line 24, in shellcomplete
  File "bzrlib\shellcomplete.pyo", line 73, in shellcomplete_commands
AttributeError: 'LazyCommand' object has no attribute 'hidden'

bzr 1.7.1 on python 2.5.2 (win32)
arguments: ['d:\\Tools\\Bazaar\\bzr.exe', 'shell-complete']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bookmarks D:\Tools\Bazaar\plugins\bookmarks [unknown]
  bzrtools D:\Tools\Bazaar\plugins\bzrtools [1.7.0]
  launchpad D:\Tools\Bazaar\plugins\launchpad [unknown]
  loom D:\Tools\Bazaar\plugins\loom [1.4.0dev0]
  qbzr D:\Tools\Bazaar\plugins\qbzr [0.9.4]
  svn D:\Tools\Bazaar\plugins\svn [0.4.13]
  win32symlinks D:\Tools\Bazaar\plugins\win32symlinks [0.92.0]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Anyone else seeing this?

Dan

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

I think this is a duplicate of bug 276216 and should be fixed in the next qbzr update.

Can you help with this problem?

Provide an answer of your own, or ask Dan Hughes for more information if necessary.

To post a message you must log in.