mercurial/discovery.py
changeset 48946 642e31cb55f0
parent 48913 f254fc73d956
child 50393 f95ab2c53303
equal deleted inserted replaced
48945:55d132525155 48946:642e31cb55f0
    71         has_node = repo.changelog.hasnode
    71         has_node = repo.changelog.hasnode
    72         anyinc = any(not has_node(n) for n in heads)
    72         anyinc = any(not has_node(n) for n in heads)
    73     return (list(common), anyinc, heads or list(srvheads))
    73     return (list(common), anyinc, heads or list(srvheads))
    74 
    74 
    75 
    75 
    76 class outgoing(object):
    76 class outgoing:
    77     """Represents the result of a findcommonoutgoing() call.
    77     """Represents the result of a findcommonoutgoing() call.
    78 
    78 
    79     Members:
    79     Members:
    80 
    80 
    81       ancestorsof is a list of the nodes whose ancestors are included in the
    81       ancestorsof is a list of the nodes whose ancestors are included in the