b.g.NotInOtherForRevs(AbstractSearch) : class documentation

Part of bzrlib.graph View In Hierarchy

Find all revisions missing in one repo for a some specific heads.
Method __init__ Constructor.
Method __repr__ Undocumented
Method execute Construct a network-ready search result from this search description.
def __init__(self, to_repo, from_repo, required_ids, if_present_ids=None, find_ghosts=False, limit=None):
Constructor.
Parametersrequired_idsrevision 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_idsrevision 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.
limitmaximum number of revisions to fetch
def __repr__(self):
Undocumented
def execute(self):
Construct a network-ready search result from this search description.

This may take some time to search repositories, etc.

ReturnsA search result (an object that implements AbstractSearchResult's API).
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.