hgext/narrow/narrowrepo.py
changeset 37374 ac42e39b1b77
parent 37373 c50078fc32f3
child 37380 c3c76194f0c1
--- a/hgext/narrow/narrowrepo.py	Mon Apr 02 23:46:04 2018 -0700
+++ b/hgext/narrow/narrowrepo.py	Tue Apr 03 09:58:16 2018 -0700
@@ -50,12 +50,6 @@
 
     class narrowrepository(repo.__class__):
 
-        @cacheprop('00manifest.i')
-        def manifestlog(self):
-            mfl = super(narrowrepository, self).manifestlog
-            narrowrevlog.makenarrowmanifestlog(mfl, self)
-            return mfl
-
         def file(self, f):
             fl = super(narrowrepository, self).file(f)
             narrowrevlog.makenarrowfilelog(fl, self.narrowmatch())