257
257
def leave_lock_in_place(self):
258
258
"""Tell this repository not to release the physical lock when this
261
263
self.control_files.leave_in_place()
263
265
def dont_leave_lock_in_place(self):
264
266
"""Tell this repository to release the physical lock when this
265
267
object is unlocked, even if it didn't originally acquire it.
267
271
self.control_files.dont_leave_in_place()