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