mercurial/localrepo.py
changeset 18249 e3504d7ff760
parent 18248 378a025ff269
child 18253 a32255dee859
--- a/mercurial/localrepo.py	Tue Jan 08 14:10:29 2013 +0100
+++ b/mercurial/localrepo.py	Tue Jan 08 14:16:49 2013 +0100
@@ -350,7 +350,8 @@
             self.ui.warn(msg % len(list(store)))
         return store
 
-    @unfilteredpropertycache
+    @property
+    @unfiltered
     def hiddenrevs(self):
         """hiddenrevs: revs that should be hidden by command and tools
 
@@ -961,8 +962,6 @@
     def invalidatevolatilesets(self):
         self.filteredrevcache.clear()
         obsolete.clearobscaches(self)
-        if 'hiddenrevs' in vars(self):
-            del self.hiddenrevs
 
     def invalidatedirstate(self):
         '''Invalidates the dirstate, causing the next call to dirstate