mercurial/localrepo.py
changeset 30376 f84fc6a92817
parent 30345 fa54f7ade491
child 30377 2019fbdab075
--- a/mercurial/localrepo.py	Thu Nov 10 02:13:19 2016 -0800
+++ b/mercurial/localrepo.py	Thu Nov 10 02:13:19 2016 -0800
@@ -504,10 +504,6 @@
                 c.readpending('00changelog.i.a')
         return c
 
-    @property
-    def manifest(self):
-        return self.manifestlog._oldmanifest
-
     def _constructmanifest(self):
         # This is a temporary function while we migrate from manifest to
         # manifestlog. It allows bundlerepo and unionrepo to intercept the