changeset 51121 | 80bda4254b84 |
parent 50926 | 18c8c18993f0 |
child 51282 | 9d3721552b6c |
--- a/mercurial/phases.py Mon Nov 06 23:15:58 2023 +0100 +++ b/mercurial/phases.py Mon Nov 06 23:17:10 2023 +0100 @@ -165,6 +165,7 @@ phasenumber2.update({b'%i' % phase: phase for phase in phasenames}) # record phase property mutablephases = (draft, secret, archived, internal) +relevant_mutable_phases = (draft, secret) # could be obsolete or unstable remotehiddenphases = (secret, archived, internal) localhiddenphases = (internal, archived)