# HG changeset patch # User Pierre-Yves David # Date 2011-11-10 00:09:15 # Node ID 0b7ce2f739fbde0057e820b56bbf8f0185a1a1f2 # Parent 7d4f364c980b8c90fd44550609630460dc767f18 phases: rename moveboundary into advance boundary This rename prepare the creation of retract boundaru that move boundary backward diff --git a/mercurial/phases.py b/mercurial/phases.py --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -58,7 +58,7 @@ def filterunknown(repo, phaseroots=None) nodes.symmetric_difference_update(missing) repo._dirtyphases = True -def moveboundary(repo, targetphase, nodes): +def advanceboundary(repo, targetphase, nodes): """Add nodes to a phase changing other nodes phases if necessary. Simplify boundary to contains phase roots only."""