Comment 1 for bug 733136

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: Internal error saving configuration

Based on the traceback the error coming from bzrlib. The lines in qbzr codebase those trigger error basically are:

        self._lock = LockDir(transport, 'lock')
        ...
        self._lock.lock_write()

It's possibly we're using lockdir incorrectly, but I don't see why.