Comment 8 for bug 434034

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 434034] Re: "'dict' object has no attribute 'encode'" error on commit

Tymek пишет:
> Ok I'm confused about two things:

Sorry, about this. I've mumbled to myself.

> 1. I'm not using cancel at all. The problem is shown during commits.
> 2. What do you mean by a clean commit. The example commit adds one file so it's not an empty commit if this is what you mean.

I mean you have successful commit without any errors (clean).

> Let me know if you need any more data.

No, I understand where the problem lies.

You have only one workaround right now: use heavyweight checkout.
You can transform your current (lightweight) checkout to heavyweight with following command:

bzr reconfigure --checkout

I will try to fix original problem. Though I can't promise it will be very fast.