Known subclasses: dulwich.greenthreads.GreenThreadsMissingObjectFinder

Find the objects missing from another object store.
Parametersobject_storeObject store containing at least all objects to be sent
havesSHA1s of commits not to send (already present in target)
wantsSHA1s of commits to send
progressOptional function to report progress to.
get_taggedFunction that returns a dict of pointed-to sha -> tag sha for including tags.
get_parentsOptional function for getting the parents of a commit.
taggeddict of pointed-to sha -> tag sha for including tags
Method __init__ Undocumented
Method add_todo Undocumented
Method next Undocumented
def __init__(self, object_store, haves, wants, progress=None, get_tagged=None, get_parents=lambda commit: commit.parents):
def add_todo(self, entries):
Undocumented
def next(self):
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.