mercurial/discovery.py
changeset 17528 224d6a489ace
parent 17499 3d6d0aa55966
child 17537 31f32a96e1e3
equal deleted inserted replaced
17527:6e11d5cf8e39 17528:224d6a489ace
    20       changegroupsubset. No code except for pull should be relying on this fact
    20       changegroupsubset. No code except for pull should be relying on this fact
    21       any longer.
    21       any longer.
    22     "heads" is either the supplied heads, or else the remote's heads.
    22     "heads" is either the supplied heads, or else the remote's heads.
    23 
    23 
    24     If you pass heads and they are all known locally, the reponse lists just
    24     If you pass heads and they are all known locally, the reponse lists just
    25     these heads in "common" and in "heads".
    25     the heads in "common" and in "heads".
    26 
    26 
    27     Please use findcommonoutgoing to compute the set of outgoing nodes to give
    27     Please use findcommonoutgoing to compute the set of outgoing nodes to give
    28     extensions a good hook into outgoing.
    28     extensions a good hook into outgoing.
    29     """
    29     """
    30 
    30