mercurial/manifest.py
changeset 4266 1b5c38e9d7aa
parent 4159 a896607d3ec3
child 4267 b11a2fb59cf5
--- a/mercurial/manifest.py
+++ b/mercurial/manifest.py
@@ -38,8 +38,7 @@ class manifest(revlog):
     def __init__(self, opener, defversion=REVLOGV0):
         self.mapcache = None
         self.listcache = None
-        revlog.__init__(self, opener, "00manifest.i", "00manifest.d",
-                        defversion)
+        revlog.__init__(self, opener, "00manifest.i", defversion)
 
     def parselines(self, lines):
         for l in lines.splitlines(1):