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
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) ReadOnlyError:
except errors.
pass