equal
deleted
inserted
replaced
56 msg = _('Removing unknown node %(n)s from %(p)i-phase boundary') |
56 msg = _('Removing unknown node %(n)s from %(p)i-phase boundary') |
57 repo.ui.debug(msg, {'n': short(mnode), 'p': phase}) |
57 repo.ui.debug(msg, {'n': short(mnode), 'p': phase}) |
58 nodes.symmetric_difference_update(missing) |
58 nodes.symmetric_difference_update(missing) |
59 repo._dirtyphases = True |
59 repo._dirtyphases = True |
60 |
60 |
61 def moveboundary(repo, targetphase, nodes): |
61 def advanceboundary(repo, targetphase, nodes): |
62 """Add nodes to a phase changing other nodes phases if necessary. |
62 """Add nodes to a phase changing other nodes phases if necessary. |
63 |
63 |
64 Simplify boundary to contains phase roots only.""" |
64 Simplify boundary to contains phase roots only.""" |
65 |
65 |
66 # move roots of lower states |
66 # move roots of lower states |