Show More
@@ -58,7 +58,7 b' def filterunknown(repo, phaseroots=None)' | |||
|
58 | 58 | nodes.symmetric_difference_update(missing) |
|
59 | 59 | repo._dirtyphases = True |
|
60 | 60 | |
|
61 |
def |
|
|
61 | def advanceboundary(repo, targetphase, nodes): | |
|
62 | 62 | """Add nodes to a phase changing other nodes phases if necessary. |
|
63 | 63 | |
|
64 | 64 | Simplify boundary to contains phase roots only.""" |
General Comments 0
You need to be logged in to leave comments.
Login now