mercurial/manifest.py
changeset 4257 1b5c38e9d7aa
parent 4159 a896607d3ec3
child 4258 b11a2fb59cf5
--- a/mercurial/manifest.py	Tue Mar 20 22:21:05 2007 -0300
+++ b/mercurial/manifest.py	Thu Mar 22 19:12:03 2007 -0500
@@ -38,8 +38,7 @@
     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):