Show More
@@ -147,7 +147,7 b' def filterunknown(repo, phaseroots=None)' | |||||
147 | missing = [node for node in nodes if node not in nodemap] |
|
147 | missing = [node for node in nodes if node not in nodemap] | |
148 | if missing: |
|
148 | if missing: | |
149 | for mnode in missing: |
|
149 | for mnode in missing: | |
150 |
msg = |
|
150 | msg = 'Removing unknown node %(n)s from %(p)i-phase boundary' | |
151 | repo.ui.debug(msg, {'n': short(mnode), 'p': phase}) |
|
151 | repo.ui.debug(msg, {'n': short(mnode), 'p': phase}) | |
152 | nodes.symmetric_difference_update(missing) |
|
152 | nodes.symmetric_difference_update(missing) | |
153 | repo._dirtyphases = True |
|
153 | repo._dirtyphases = True |
General Comments 0
You need to be logged in to leave comments.
Login now