mercurial/treediscovery.py
branchstable
changeset 14698 df902fe3d79e
parent 14199 e3dd3dcd6059
child 16803 107a3270a24a
equal deleted inserted replaced
14696:5fb3cb7266e5 14698:df902fe3d79e
    47             base.add(h)
    47             base.add(h)
    48 
    48 
    49     if not unknown:
    49     if not unknown:
    50         return list(base), [], list(heads)
    50         return list(base), [], list(heads)
    51 
    51 
    52     heads = unknown
       
    53     req = set(unknown)
    52     req = set(unknown)
    54     reqcnt = 0
    53     reqcnt = 0
    55 
    54 
    56     # search through remote branches
    55     # search through remote branches
    57     # a 'branch' here is a linear segment of history, with four parts:
    56     # a 'branch' here is a linear segment of history, with four parts: