Show More
@@ -119,13 +119,13 b' class partialdiscovery(object):' | |||
|
119 | 119 | self._childrenmap = None |
|
120 | 120 | |
|
121 | 121 | def addcommons(self, commons): |
|
122 |
"""regist |
|
|
122 | """register nodes known as common""" | |
|
123 | 123 | self._common.addbases(commons) |
|
124 | 124 | if self._undecided is not None: |
|
125 | 125 | self._common.removeancestorsfrom(self._undecided) |
|
126 | 126 | |
|
127 | 127 | def addmissings(self, missings): |
|
128 |
"""regist |
|
|
128 | """register some nodes as missing""" | |
|
129 | 129 | newmissing = self._repo.revs('%ld::%ld', missings, self.undecided) |
|
130 | 130 | if newmissing: |
|
131 | 131 | self.missing.update(newmissing) |
General Comments 0
You need to be logged in to leave comments.
Login now