Error when statusing a git branch: exceptions.TypeError: argument of type 'NoneType' is not iterable

Bug #1030344 reported by Jared Silva
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr-rewrite
Fix Released
Medium
Jelmer Vernooij

Bug Description

$ bzr status
bzr: ERROR: exceptions.TypeError: argument of type 'NoneType' is not iterable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 920, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1131, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 695, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1148, in ignore_pipe
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 420, in run
    classify=not no_classify)
  File "/usr/lib/python2.7/dist-packages/bzrlib/status.py", line 227, in show_tree_status
    show_ids, short, verbose, specific_files=specific_files))
  File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/rewrite/__init__.py", line 66, in show_rebase_summary
    if not "rebase-v1" in features:
TypeError: argument of type 'NoneType' is not iterable

Jared Silva (jayrod)
affects: bzr → bzr-git
Revision history for this message
Martin Packman (gz) wrote :

What version of bzr and bzr-rewrite are you using?

affects: bzr-git → bzr-rewrite
Changed in bzr-rewrite:
status: New → Incomplete
Revision history for this message
Martin Packman (gz) wrote :

Looking into it, this appears to be fixed in r254 of bzr-rewrite, which isn't in the latest 0.6.3 release. Running from trunk should resolve the issue for you.

Changed in bzr-rewrite:
importance: Undecided → Medium
status: Incomplete → Fix Released
assignee: nobody → Jelmer Vernooij (jelmer)
Revision history for this message
Jared Silva (jayrod) wrote :

Confirmed using revision 256 of bzr-rewrite.

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.