52
52
def __init__(self, to_repository, from_repository, last_revision=None,
54
54
"""Create a repo fetcher.
56
56
:param last_revision: If set, try to limit to the data this revision
58
58
:param find_ghosts: If True search the entire history for ghosts.
67
60
# repository.fetch has the responsibility for short-circuiting
68
61
# attempts to copy between a repository and itself.
69
62
self.to_repository = to_repository