Comment 7 for bug 279831

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

Michael Widenius wrote:
> - bzr gcommit
>
> I am now stuck and can't continue developing until this is fixed.

I believe you can continue by using the command line commit, e.g. 'bzr
commit' instead of gcommit.
This will open your shell editor so that you can enter a commit message.
Alternatively, you can issue 'bzr commit -m "Commit message"

Jasper