"bzr reconfigure" with no arguments throws an exception

Bug #141629 reported by Rob Weir
2
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Low
Rob Weir

Bug Description

Steps to reproduce (as of r2846):
 * run "bzr reconfigure" inside a bzr branch
 * exception is raised:

bzr: ERROR: exceptions.NameError: global name 'BzrCommandError' is not defined

Traceback (most recent call last):
  File "/home/rob/bzr.dev/bzrlib/commands.py", line 802, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/home/rob/bzr.dev/bzrlib/commands.py", line 758, in run_bzr
    ret = run(*run_argv)
  File "/home/rob/bzr.dev/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/rob/bzr.dev/bzrlib/builtins.py", line 4188, in run
    raise BzrCommandError('No target configuration specified')
NameError: global name 'BzrCommandError' is not defined

Tags: trivial
Rob Weir (rweir)
Changed in bzr:
status: New → Fix Committed
Changed in bzr:
assignee: nobody → rweir
importance: Undecided → Low
Changed in bzr:
status: Fix Committed → Fix Released
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.