94
94
# must not mutate self._last_revision as its potentially a shared instance
95
95
self._last_revision = last_revision
100
102
self.from_repository.lock_read()
102
104
self.to_repository.lock_write()
106
110
self.to_repository.unlock()
108
112
self.from_repository.unlock()