localrepo: delete localrepo.manifest
authorDurham Goode <durham@fb.com>
Thu, 10 Nov 2016 02:13:19 -0800
changeset 30386 f84fc6a92817
parent 30385 11b8b740d54a
child 30387 2019fbdab075
localrepo: delete localrepo.manifest Now that nothing uses normal manifests, we can delete localrepo.manifest.
mercurial/localrepo.py
--- 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