Mercurial > hg
comparison mercurial/discovery.py @ 17499:3d6d0aa55966
spelling: just
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | 0deb66d4ad81 |
children | 224d6a489ace |
comparison
equal
deleted
inserted
replaced
17498:894ceced7763 | 17499:3d6d0aa55966 |
---|---|
19 roots of the nodes that would be incoming, to be supplied to | 19 roots of the nodes that would be incoming, to be supplied to |
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 justs | 24 If you pass heads and they are all known locally, the reponse lists just |
25 these heads in "common" and in "heads". | 25 these 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 """ |