##// END OF EJS Templates
discovery: improve partial discovery documentation...
Boris Feld -
r41208:3dcc9658 default
parent child Browse files
Show More
@@ -167,9 +167,10 b' class partialdiscovery(object):'
167 Feed with data from the remote repository, this object keep track of the
167 Feed with data from the remote repository, this object keep track of the
168 current set of changeset in various states:
168 current set of changeset in various states:
169
169
170 - common: own nodes I know we both know
170 - common: revs also known remotely
171 - undecided: own nodes where I don't know if remote knows them
171 - undecided: revs we don't have information on yet
172 - missing: own nodes I know remote lacks
172 - missing: revs missing remotely
173 (all tracked revisions are known locally)
173 """
174 """
174
175
175 def __init__(self, repo, targetheads):
176 def __init__(self, repo, targetheads):
General Comments 0
You need to be logged in to leave comments. Login now