92
92
if to_repository.control_files._transport.base == from_repository.control_files._transport.base:
93
93
# check that last_revision is in 'from' and then return a no-operation.
94
94
if last_revision not in (None, NULL_REVISION):
97
97
self.to_repository = to_repository
98
98
self.from_repository = from_repository