changeset 33460 | 57a017f79e96 |
parent 33458 | cf694e6422f0 |
child 34319 | 5779d096a696 |
--- a/mercurial/phases.py Wed Jul 12 22:39:48 2017 +0200 +++ b/mercurial/phases.py Thu Jul 13 21:10:55 2017 +0200 @@ -527,7 +527,7 @@ headsbyphase[phase] = [cl.node(r) for r in repo.revs(revset, subset)] return headsbyphase -def updatephases(repo, tr, headsbyphase, addednodes): +def updatephases(repo, tr, headsbyphase): """Updates the repo with the given phase heads""" # Now advance phase boundaries of all but secret phase for phase in allphases[:-1]: