Show More
@@ -599,8 +599,8 b' def updatephases(repo, trgetter, headsby' | |||
|
599 | 599 | # to update. This avoid creating empty transaction during no-op operation. |
|
600 | 600 | |
|
601 | 601 | for phase in allphases[:-1]: |
|
602 |
revset = '% |
|
|
603 | heads = [c.node() for c in repo.set(revset, headsbyphase[phase])] | |
|
602 | revset = '%ln - _phase(%s)' | |
|
603 | heads = [c.node() for c in repo.set(revset, headsbyphase[phase], phase)] | |
|
604 | 604 | if heads: |
|
605 | 605 | advanceboundary(repo, trgetter(), phase, heads) |
|
606 | 606 |
General Comments 0
You need to be logged in to leave comments.
Login now