Mercurial > hg-stable
changeset 30386:f84fc6a92817
localrepo: delete localrepo.manifest
Now that nothing uses normal manifests, we can delete localrepo.manifest.
author | Durham Goode <durham@fb.com> |
---|---|
date | Thu, 10 Nov 2016 02:13:19 -0800 |
parents | 11b8b740d54a |
children | 2019fbdab075 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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