41
41
self.parent_keys, self.child_keys)
47
__slots__ = ('key', 'merge_depth', 'revno', 'end_of_merge')
49
def __init__(self, key, merge_depth, revno, end_of_merge):
44
56
class KnownGraph(object):
45
57
"""This is a class which assumes we already know the full graph."""