Skip to content
Snippets Groups Projects
Commit 186321309d05 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

phase: also overwrite phase's sets when replacing a phasecache

We need to copy this new attributes around too. This fix an issue where phases
data used by 'not public()' were not invalidated properly.
parent 9e551f155810
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@
return ph
def replace(self, phcache):
for a in 'phaseroots dirty opener _phaserevs'.split():
for a in 'phaseroots dirty opener _phaserevs _phasesets'.split():
setattr(self, a, getattr(phcache, a))
def _getphaserevsnative(self, repo):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment