Comment 1 for bug 878132

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 878132] [NEW] Unable to run bzr red-enable

Casufi пишет:
> Public bug reported:
>
> D:\SRC>bzr red-enable erwin
> Connected (version 2.0, client OpenSSH_5.3p1)
> Authentication (publickey) successful!
> Secsh channel 1 opened.
> Connected (version 2.0, client OpenSSH_5.3p1)
> Authentication (publickey) successful!
> Secsh channel 1 opened.
> Connected (version 2.0, client OpenSSH_5.3p1)
> Authentication (publickey) successful!
> Secsh channel 1 opened.
> bzr: ERROR: exceptions.AttributeError: 'bool' object has no attribute 'encode'
>
> Traceback (most recent call last):
> File "bzrlib\commands.pyo", line 946, in exception_to_return_code
> File "bzrlib\commands.pyo", line 1150, in run_bzr
> File "bzrlib\commands.pyo", line 699, in run_argv_aliases
> File "bzrlib\commands.pyo", line 721, in run
> File "bzrlib\cleanup.pyo", line 135, in run_simple
> File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups
> File "C:/Program Files/Bazaar/plugins\reserved_edit\__init__.py", line 687, in run
> File "C:/Program Files/Bazaar/plugins\reserved_edit\red.py", line 620, in enable_reserved_edits
> File "bzrlib\config.pyo", line 1404, in set_user_option
> File "bzrlib\config.pyo", line 1706, in set_option
> File "bzrlib\remote.pyo", line 3162, in set_option
> File "bzrlib\remote.pyo", line 3169, in _set_config_option
> AttributeError: 'bool' object has no attribute 'encode'

Jelmer, error occurs inside bzrlib, while trying to set the option via
bzr:// protocol. Are you sure that this is plugin problem?