changeset 15481:0b7ce2f739fb

phases: rename moveboundary into advance boundary This rename prepare the creation of retract boundaru that move boundary backward
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 10 Nov 2011 01:09:15 +0100
parents 7d4f364c980b
children a667c89e49b3
files mercurial/phases.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/phases.py	Thu Nov 10 01:08:08 2011 +0100
+++ b/mercurial/phases.py	Thu Nov 10 01:09:15 2011 +0100
@@ -58,7 +58,7 @@
             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."""