/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/lockable_files.py

Merge in knit repository use of knits - still not a stable format, but can be experimented with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
            self._lock.lock_write()
204
204
            self._lock_mode = 'w'
205
205
            self._lock_count = 1
206
 
            self._set_transaction(transactions.PassThroughTransaction())
 
206
            self._set_transaction(transactions.WriteTransaction())
207
207
 
208
208
    def lock_read(self):
209
209
        # mutter("lock read: %s (%s)", self, self._lock_count)