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