Skip to content

Take a read lock on the branch rather than the repository

Jelmer Vernooij requested to merge jelmer/swh-loader-bzr:lock-branch into master

Take a read lock on the branch rather than the repository

Locking the branch will lock the underlying repository anyway.

This causes Bazaar to cache, which makes the memoization in the head_revision_id property unnecessary.

Merge request reports