Comment 3 for bug 70463

Revision history for this message
Gary van der Merwe (garyvdm) wrote : [PATCH] Fix for Bug #70463 - olive slow when used in bound branch

When bzr viz is run, branch.lock_read is called when the window is
opened, and unlock called when it is closed. This is not the case for
when it is opened from olive, and is the reason it is slower. The
attached patch fixes this.

Gary