[PATCH 09 of 10 V2] localrepo: delete localrepo.manifest

Durham Goode durham at fb.com
Fri Nov 11 04:26:42 EST 2016


# HG changeset patch
# User Durham Goode <durham at fb.com>
# Date 1478772799 28800
#      Thu Nov 10 02:13:19 2016 -0800
# Node ID 79695a7fa946030ccbabae079e6106cea7932ba1
# Parent  ca9fa659b6e0c375fff019a1360129d59f640994
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


More information about the Mercurial-devel mailing list