mercurial/localrepo.py
changeset 16624 3f85cef66dcc
parent 16551 ebf6d38c9063
child 16625 df9df747070d
--- a/mercurial/localrepo.py	Thu May 10 18:21:15 2012 +0200
+++ b/mercurial/localrepo.py	Thu May 10 18:21:15 2012 +0200
@@ -185,7 +185,6 @@
     def _phaseroots(self):
         self._dirtyphases = False
         phaseroots = phases.readroots(self)
-        phases.filterunknown(self, phaseroots)
         return phaseroots
 
     @propertycache