Mercurial > public > mercurial-scm > hg
diff mercurial/context.py @ 16373:329887a7074c
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 06 Apr 2012 15:18:14 -0500 |
parents | 352053e6cd8e a1b6a63f9f39 |
children | d3908c911d5e |
line wrap: on
line diff
--- a/mercurial/context.py Fri Apr 06 15:16:30 2012 -0500 +++ b/mercurial/context.py Fri Apr 06 15:18:14 2012 -0500 @@ -127,7 +127,7 @@ def phasestr(self): return phases.phasenames[self.phase()] def mutable(self): - return self._repo._phaserev[self._rev] > phases.public + return self.phase() > phases.public def hidden(self): return self._rev in self._repo.changelog.hiddenrevs