~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

fix accidental needs_read_lock removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
                raise errors.NoSuchRevision(self, revision_id)
254
254
        return result
255
255
 
 
256
    @needs_read_lock
256
257
    def get_revision_id_to_revno_map(self):
257
258
        """Return the revision_id => dotted revno map.
258
259