localrepo: delete localrepo.manifest
Now that nothing uses normal manifests, we can delete localrepo.manifest.
--- 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