class documentation
class ObjectStoreGraphWalker(object):
Graph walker that finds what commits are missing from an object store.
Method | __init__ |
Create a new instance. |
Method | ack |
Ack that a revision and its ancestors are present in the source. |
Method | next |
Iterate over ancestors of heads in the target. |
Instance Variable | get |
Function to retrieve parents in the local repo |
Instance Variable | heads |
Revisions without descendants in the local repo |
Instance Variable | parents |
Undocumented |
Instance Variable | shallow |
Undocumented |