changeset 51405 | 330d74750668 |
parent 51404 | 71ae6fee2b9d |
child 51406 | 2f39c7aeb549 |
--- a/mercurial/phases.py Wed Feb 21 15:24:22 2024 +0100 +++ b/mercurial/phases.py Thu Feb 22 15:49:21 2024 +0100 @@ -597,6 +597,8 @@ Returns a set of revs whose phase is changed or should be changed """ + if targetphase == public and not self.hasnonpublicphases(repo): + return set() # Be careful to preserve shallow-copied values: do not update # phaseroots values, replace them. if revs is None: