mercurial/phases.py
changeset 15481 0b7ce2f739fb
parent 15480 7d4f364c980b
child 15482 a667c89e49b3
equal deleted inserted replaced
15480:7d4f364c980b 15481:0b7ce2f739fb
    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