class documentation

Find the objects missing from another object store.

Parameters
object_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
Instance Variable object_store Undocumented
Instance Variable objects_to_send Undocumented
Instance Variable progress Undocumented
Instance Variable sha_done Undocumented
Instance Variable _get_parents Undocumented
Instance Variable _tagged Undocumented
def __init__(self, object_store, haves, wants, shallow=None, progress=None, get_tagged=None, get_parents=(lambda commit: commit.parents)):
def add_todo(self, entries):

Undocumented

def next(self):
object_store =
objects_to_send =
_get_parents =

Undocumented