# HG changeset patch # User Durham Goode # Date 2016-11-10 10:13:19 # Node ID f84fc6a9281740d56d9be5f95176d4a803f032da # Parent 11b8b740d54a11c6752358f7ef550653c26d3f9a localrepo: delete localrepo.manifest Now that nothing uses normal manifests, we can delete localrepo.manifest. diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -504,10 +504,6 @@ class localrepository(object): 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