Submitter | Pierre-Yves David |
---|---|
Date | June 15, 2015, 11:23 p.m. |
Message ID | <1195b5176c10a267c3e2.1434410594@marginatus.alto.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/9655/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/phases.py b/mercurial/phases.py --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -207,10 +207,11 @@ class phasecache(object): self._computephaserevspure(repo) return self._phaserevs def invalidate(self): self._phaserevs = None + self._phasesets = None def _populatephaseroots(self, repo): """Fills the _phaserevs cache with phases for the roots. """ cl = repo.changelog