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: |
|
|
171 | - undecided: own nodes where I don't know if remote knows them | |
|
172 |
- missing: |
|
|
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