~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-10-11 01:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1438.
  • Revision ID: robertc@robertcollins.net-20051011010823-2f97e5e5aa1e52d3
null identity maps never have objects in them, so someone calling remove_object would be silly - check we do not have a remove_object method

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
            self._lock_count = 1
359
359
            self._set_transaction(transactions.PassThroughTransaction())
360
360
 
361
 
 
362
361
    def lock_read(self):
363
362
        mutter("lock read: %s (%s)", self, self._lock_count)
364
363
        if self._lock_mode: