##// END OF EJS Templates
phases: rename moveboundary into advance boundary...
Pierre-Yves David -
r15481:0b7ce2f7 default
parent child Browse files
Show More
@@ -58,7 +58,7 b' def filterunknown(repo, phaseroots=None)'
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."""
General Comments 0
You need to be logged in to leave comments. Login now