Part of bzrlib.fetch View In Hierarchy
A helper for building the best fetch spec for a sprout call.
| Instance Variables | source_branch | the source branch if one specified, else None. |
| source_branch_stop_revision_id | fetch up to this revision of source_branch, rather than its tip. | |
| source_repo | the source repository if one found, else None. | |
| target_repo | the target repository acquired by sprout. | |
| target_repo_kind | one of the TargetRepoKinds constants. |
| Method | __init__ | Undocumented |
| Method | add_revision_ids | Add revision_ids to the set of revision_ids to be fetched. |
| Method | make_fetch_spec | Build a SearchResult or PendingAncestryResult or etc. |