Comment 2 for bug 989420

Revision history for this message
Alexander Belchenko (bialix) wrote :

It should be easy to fix by suppressing ReadOnlyError in qbzr/lib.util.py get_set_* functions in the following manner:

try:
            branch.get_config().set_user_option("encoding", encoding)
except errors.ReadOnlyError:
            pass