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