Part of bzrlib.graph View In Hierarchy
Method | __init__ | Constructor. |
Method | __repr__ | Undocumented |
Method | execute | Construct a network-ready search result from this search description. |
Parameters | required_ids | revision IDs of heads that must be found, or else the search will fail with NoSuchRevision. All revisions in their ancestry not already in the other repository will be included in the search result. |
if_present_ids | revision IDs of heads that may be absent in the source repository. If present, then their ancestry not already found in other will be included in the search result. | |
limit | maximum number of revisions to fetch |
This may take some time to search repositories, etc.
Returns | A search result (an object that implements AbstractSearchResult's API). |