Comment 10 for bug 279831

Revision history for this message
Andrew Bennetts (spiv) wrote : Re: [Bug 279831] Re: C-extensions in bzr.dev cause "bzr gcommit" to issue exception

Hi Michael,

Michael Widenius wrote:
> I got the same error as Guilhem:
[...]
> File "/home/monty/.bazaar/plugins/gtk/diff.py", line 659, in iter_changes_to_status
> assert kinds[0] is not None
> AssertionError

This appears to be a different error, actually. It's failing on an
earlier assertion, and I don't think it's related to the bug that causes
the “How did we get here?” assertion. It appears that this assertion is
tripped when kinds == (None, None).

It's probably best to file a separate bug report for your issue.