Part of bzrlib.fetch View In Hierarchy
This should not be used directly, it's essential a object to encapsulate the logic in InterRepository.fetch().
Method | __init__ | Create a repo fetcher. |
Method | __fetch | Primary worker function. |
Method | _fetch_everything_for_search | Fetch all data for the given set of revisions. |
Method | _revids_to_fetch | Determines the exact revisions needed from self.from_repository to |
Parameters | last_revision | If set, try to limit to the data this revision references. |
fetch_spec | A SearchResult specifying which revisions to fetch. If set, this overrides last_revision. | |
find_ghosts | If True search the entire history for ghosts. |